techguy940 / modmail

A feature rich discord Modmail bot

Home Page:https://discord.gg/etJNHCQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


A feature rich Modmail bot for Discord.

Bot instances Support Python 3.7 MIT License

What is Modmail?

Modmail is similar to Reddit's Modmail both in functionality and purpose. It serves as a shared inbox for server staff to communicate with their users in a seamless way.

How does it work?

When a member sends a direct message to the bot, a channel or "thread" is created within an isolated category for that member. This channel is where messages will be relayed and where any available staff member can respond to that user.

All threads are logged and you can view previous threads through the corresponding generated log link. Example

Features

  • Highly Customisable
    • Bot activity, prefix, category, log channel, etc.
    • Fully customisable command permission system.
    • Interface elements (color, responses, reactions, etc.)
    • Snippets and command aliases
    • Minimum account/guild age in order to create a thread.
  • Advanced Logging Functionality
    • When you close a thread, a log link is generated and posted to your log channel.
    • Rendered in styled HTML like Discord.
    • Login in via Discord to protect your logs (Patron only feature).
    • See past logs of a user with ?logs
    • Searchable by text queries using ?logs search
  • Robust implementation
    • Scheduled tasks in human time, e.g. ?close in 2 hours silently.
    • Editing and deleting messages is synced on both ends.
    • Support for the full range of message content (mutliple images, files).
    • Paginated commands interfaces via reactions.

This list is ever growing thanks to active development and our exceptional contributors. See a full list of documented commands by using the help command.

Installation

Locally

Installation locally for development reasons or otherwise is as follows, you will need python 3.7.

Clone the repo

$ git clone https://github.com/kyb3r/modmail
$ cd modmail

Install dependancies

$ pipenv install

Rename the .env.example to .env and fill out the fields. And finally, run the bot.

$ pipenv run python3 bot.py

Hosting for patrons

If you don't want to go through the trouble of setting up your own bot, and want to support this project as well, we offer installation, hosting and maintainance for Modmail bots for Patrons. Join the support server for more info!

Heroku

This bot can be hosted on heroku. Installation via Heroku is done in your web browser. The installation guide will guide you through the entire installation process. If you run into any problems, join the development server for help and support.

You can also set up autoupdates. To do this, install the Pull app in your fork. Then go to the Deploy tab in your Heroku account, select GitHub and connect your fork. Turn on auto-deploy for the master branch.

Sponsors

Sepcial thanks to our sponsors for supporting the project.

Become a sponsor.

Plugins

Modmail supports the use of third party plugins to extend or add functionality to the bot. This allows the introduction of niche features as well as anything else outside of the scope of the core functionality of Modmail. A list of third party plugins can be found using the plugins registry command. To develop your own, check out the documentation for plugins.

Contributing

Contributions to Modmail are always welcome, whether it be improvements to the documentation or new functionality, please feel free make the change. Check out our contribution guidelines before you get started.

This bot is free for everyone and always will be. If you like this project and would like to show your appreciation, here's the link for our Patreon.

About

A feature rich discord Modmail bot

https://discord.gg/etJNHCQ

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%