Setting up the bot
Create a Bot: Visit https://discord.com/developers/applications/ and create a new bot clicking on "New application"
Invite the bot to your server: Replace the 'REPLACE HERE THE ID' part in the URL https://discordapp.com/oauth2/authorize?client_id=REPLACE-HERE-THE-ID&scope=bot with the bot's ID. Visit the modified URL to authorize the bot. You will find the ID of your bot in the "General Information" section. In the example with the image below, the link would be: https://discordapp.com/oauth2/authorize?client_id=1258304058943606865&scope=bot

Get the Token: Go to the section "Bot" and click on "Reset Token". Once the token is reset, copy it and save it in a secure place.

Paste the token into your config.yml (discord-bot - token) and enable it by setting enabled to true.
Now, choose what do you want to configure:
Configuring: Main menuConfiguring: Trades logLast updated