A Discord Bot.
- Python >= 3.10
- Poetry
- Run
poetry installto install dependencies - Run
prisma db pushto create the SQLite database - Add constants:
- add the bot token as a constant named
TOKENinsecret/TOKEN.py - add the ID of the testing server as a constant named
BOT_TEST_SERVERinsecret/constants.py - add the ID of the testing channel as a constant named
BOT_TEST_CHANNELinsecret/constants.py
- add the bot token as a constant named
python manage.py -> Runs the bot and attempts to load all extensions
python manage.py --exts ext1 ext2 ext3 -> Runs the bot and only loads ext1, ext2, ext3