A Discord-Server management bot, based on https://github.com/Bobby-McBobface/phnix-discord-bot project.
- Create a Discord application (Bot) on Discord Developer Portal.
- Invite your bot to your server via the URL generator.
- Run
pip install -r requirements.txt
. - Make a folder
env
in/src
directory. - Make a file in
/src/env
called"token"
and put your Discord bot token there. - Run
main.py
Remember to rename the configuration.example.py
file to configuration.py
and update its content.