Due to the discontinuation of Discord.py, this is being rewriten in a new repository.
bot/
rename .env.sample
to .env
.bot/
edit .env
.requirements.txt
. This can be done by passing the -r
flag to pip followed by the requirements file.setup.py
Setup_DB.sql
to create the tables in the database.cd bot
and run core.py
. If you are on linux and want to use the auto updating cog you will have to run it with start.sh
.cd slash
and run gunicorn app:app
For more info look at the Wiki