Skip to content
Permalink
Browse files
Added new library information
  • Loading branch information
hollan84 committed May 3, 2020
1 parent e209cfc commit 7bf6a34e96dc9f6bda64b5c3c8688a6dacc8012f
Showing 1 changed file with 9 additions and 7 deletions.
@@ -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 <br/>
* mcstatus
* status
* dotenv
* discord.py <br/>

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 <br/>
* Send Messages
* Manage Messages
* Embed Links
* Attach Files
* Read Message History <br/>
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. <br/>
![New Application](https://discordpy.readthedocs.io/en/latest/_images/discord_oauth2_perms.png)

0 comments on commit 7bf6a34

Please sign in to comment.