Created How tro use the bot (markdown)

ElBe 2022-10-14 17:02:41 +02:00
commit 920cd24e37

10
How-tro-use-the-bot.md Normal file

@ -0,0 +1,10 @@
# 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.
## Run on replit
The bot will be portet to replit later.