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
.env
file in the root directory (See.env.example
).- Add your Discord bot token to the
DISCORD_BOT_TOKEN
environment variable.
- Add your Discord bot token to the
python3 main.py
to start the bot.
Running via docker is also supported. Look at docker-compose.yaml
.
- Create a new command in
extensions
.
See here.
See here.