From 920cd24e37ef22ac6d6724bab1ee0570e3da467a Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:02:41 +0200 Subject: [PATCH] Created How tro use the bot (markdown) --- How-tro-use-the-bot.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 How-tro-use-the-bot.md diff --git a/How-tro-use-the-bot.md b/How-tro-use-the-bot.md new file mode 100644 index 0000000..e5a3bd3 --- /dev/null +++ b/How-tro-use-the-bot.md @@ -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. \ No newline at end of file