From c2b910ca033edadf08993a9c451117e57231e403 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:34:14 +0200 Subject: [PATCH] Updated How to use the bot (markdown) --- How-to-use-the-bot.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/How-to-use-the-bot.md b/How-to-use-the-bot.md index 1cd08d4..29b409e 100644 --- a/How-to-use-the-bot.md +++ b/How-to-use-the-bot.md @@ -1,12 +1,13 @@ # How to use the bot -## How to use the template +## Bot 1. Download the code from the releases tab. 2. Fill out the `config.json` file. 3. Run `pip install -r requirements.txt` in your console (the folder has to be open in you console). -4. Execute the `commands.py` file. -5. Execute the `bot.py` file. +4. Execute the `bot.py` file. You should already have the discord bot on your server. It needs administrator and command permissions. ## Replit -### :x: The replit port won't work. I will not work on this for now. +1. Download the code from the releases tab and upload it to replit. +2. Fill out the `config.json` file and add the `token` and `appliction_id` secret. +3. Execute the `main.py` file.