- Setup a bot account on the Discord Developer Portal
- Fill in
config.json
Variable | What |
---|---|
BOT_PREFIX | The prefix you want to use for normal commands |
BOT_TOKEN | The token of your bot |
APPLICATION_ID | The application ID of your bot |
PUBLIC_KEY | The application public key for API requests |
- Install all the requirements and run the file as follows:
python -m pip install -r requirements.txt
python bot.py