Custom bot with modmail features for the Coder's System Discord server. Based on kyb3r/modmail. The only reason we didn't keep it as a fork, is because it doesn't allow us to create issues and our own branches.
Make sure you have Docker installed
-
Clone this repo and open your terminal in that directory.
-
Rename
.env.example
to.env
and fill in your credentials -
Rename
cogs.example.json
tocogs.json
. -
Now run
docker-compose up
to start the bot. If you want to stop it, just rundocker-compose down
. After updating the code, rundocker-compose up --build
to rebuild your container