Skip to content
/ modmail-1 Public template
forked from chamburr/modmail

A feature-rich Discord bot for easy communication between server staff and users.

License

Notifications You must be signed in to change notification settings

MiniMuks/modmail-1

 
 

Repository files navigation

ModMail

Discord License

A feature-rich Discord bot for easy communication between server staff and users.

Screenshot

A new channel is created whenever a user messages the bot, and the channel will serve as a shared inbox for seamless communication between staff and the user.

To learn more, check out our website or visit our Discord server.

Contributing

There are many ways you can contribute to this project:

For more information, please see our contributing guidelines.

The issue tracker here is only for bug reports and suggestions. Please do not use it to ask a question. Instead, ask it on our Discord server.

Self-hosting

This guide requires you to have basic knowledge about command line, Docker and Discord bots. We will not provide any form of support for self-hosting.

First, create a Discord bot on the developer portal. You must enable the server member intent and the message content intent for the bot to function.

Then, install Git and Docker on your machine. Clone this repository, copy docker/.env.example to docker/.env and fill in all the configurations.

Finally, run the following commands to build and run ModMail. Please note that the initial build may take 10 to 15 minutes, depending on your machine. Subsequent builds would be much faster.

cd docker
docker-compose up -d

Your self-hosted bot should be up now. Congratulations!

License

This project is licensed under GNU Affero General Public License v3.0.

About

A feature-rich Discord bot for easy communication between server staff and users.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 48.8%
  • SCSS 22.6%
  • Vue 13.4%
  • Rust 10.1%
  • JavaScript 3.0%
  • Shell 1.3%
  • Other 0.8%