From 7bf6a34e96dc9f6bda64b5c3c8688a6dacc8012f Mon Sep 17 00:00:00 2001 From: Alastair Holland Date: Sun, 3 May 2020 20:08:09 +0100 Subject: [PATCH] Added new library information --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4a4e6be..6043a2e 100755 --- a/README.md +++ b/README.md @@ -19,8 +19,10 @@ To change settings in this bot, run __configure.py__ in Python3 ### Prerequisites You need __*Python 3.5.9*__+ and a stable internet connection in order to run this bot. When the code is run, it should automatically install the following libraries using pip3: -1. mcstatus -1. discord.py
+* mcstatus +* status +* dotenv +* discord.py
If this doesn't happen, please report it as an issue and install them manually. pip3 should automatically install if you don't already have it. @@ -71,11 +73,11 @@ You can run this bot on just about any hardware that can run Python but if you d ![New Application](https://discordpy.readthedocs.io/en/latest/_images/discord_oauth2_scope.png) 3) Set the permissions required for the bot. For this Minecraft bot we only need the following permissions: -1. Send Messages -1. Manage Messages -1. Embed Links -1. Attach Files -1. Read Message History
+* Send Messages +* Manage Messages +* Embed Links +* Attach Files +* Read Message History
You can set as many permissions as you'd like which may be needed if you want to add your own code to this bot.
![New Application](https://discordpy.readthedocs.io/en/latest/_images/discord_oauth2_perms.png)