Skip to content

A custom bot with modmail features for the Coder's System Discord server

License

Notifications You must be signed in to change notification settings

Programming-geek582/coders-bot

 
 

Repository files navigation

Coder's System Bot

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.

Running it locally

Make sure you have Docker installed

  1. Clone this repo and open your terminal in that directory.

  2. Rename .env.example to .env and fill in your credentials

  3. Rename cogs.example.json to cogs.json.

  4. Now run docker-compose up to start the bot. If you want to stop it, just run docker-compose down. After updating the code, run docker-compose up --build to rebuild your container

About

A custom bot with modmail features for the Coder's System Discord server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%