From 7d22201a5a58f6574059ec01f2c67e9d1f8dc460 Mon Sep 17 00:00:00 2001 From: Alastair Holland Date: Sun, 3 May 2020 13:46:29 +0100 Subject: [PATCH] Formatting fix --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87d4709..7cb4601 100755 --- a/README.md +++ b/README.md @@ -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”.
![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:
+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
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)