Before you begin, run through the discord.js getting started guide to register a new Discord bot application and add it to your server.
Once you have created a bot, added it to your server and retrieved a bot token, you can proceed:
- Install the prerequisites.
- pip install -r requirements.txt
- Clone the repository.
- Checkout
master. - Create a
.envfile in the root directory (See.env.example).- Add your Discord bot token to the
DISCORD_BOT_TOKENenvironment variable.
- Add your Discord bot token to the
python3 main.pyto start the bot.
Running via docker is also supported. Look at docker-compose.yaml.
- Create a new command in
extensions.
See here.
See here.