Skip to content
Permalink
Browse files
Formatting fix
  • Loading branch information
hollan84 committed May 3, 2020
1 parent 5cbd10d commit 7d22201a5a58f6574059ec01f2c67e9d1f8dc460
Showing 1 changed file with 2 additions and 4 deletions.
@@ -4,8 +4,6 @@ Welcome to my GitHub
This is a Discord bot that you host yourself (tutorial below) that can tell you the status of your (or any public) Minecraft server and lists the players online.
More functions listed below.

## README in development

## Setting up the Discord bot

1) Go to the [Discord developer site](https://discordapp.com/developers/applications)
@@ -38,12 +36,12 @@ More functions listed below.
2) Tick the “bot” checkbox under “scopes”. <br/>
![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: <br/>
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
1. 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 7d22201

Please sign in to comment.