diff --git a/How-to-use-the-bot.md b/How-to-use-the-bot.md index d97d124..1cd08d4 100644 --- a/How-to-use-the-bot.md +++ b/How-to-use-the-bot.md @@ -1,10 +1,12 @@ # How to use the bot -## Run on a local computer -1. Download the source from one of the releases (comming soon) -2. Open `config.json` and paste in yor bot token and application id from the discord developer portal. (You can change other things like the logo too) -3. Execute the `commands.py` file once. -4. Run the `bot.py` file. -Your bot should be online then. If it's not, just ask me. +## How to use the template +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. -## Run on replit -The bot will be ported to replit later. \ No newline at end of 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.