From 75ce7f5c9e615414cab040d45ebc8bffdd65b5c2 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Fri, 16 Sep 2022 11:07:53 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d1f796..f0e6c34 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# the-guardians-discord-bot -Discord Bot for The Guardians on 6b6t. +# Discord Bot +This is the code for the discord bot of the 6b6t group The Guardians. + +## How to ue the code +1. Download the files from the bot folder. +2. Insert your discord bot token in the `config.json` file. +3. Insert your discord application id in the `config.json` file. +4. Install this libarys: + - discord.py + - colorama + - platform + - psutil + More if needed. +5. Execute the `commands.py` file. +6. Now you can run the `bot.py` file. + +You should already have the discord bot on your server. It needs administrator and command permissions.