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.exampleto.envand fill in your credentials -
Rename
cogs.example.jsontocogs.json. -
Now run
docker-compose upto start the bot. If you want to stop it, just rundocker-compose down. After updating the code, rundocker-compose up --buildto rebuild your container