All Projects → chamburr → Modmail

chamburr / Modmail

Licence: agpl-3.0
A feature-rich Discord bot for easy communication between server staff and users.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Modmail

Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-8.7%)
Mutual labels:  bot, discord-bot, discord
Discord Panel
📊 User friendly dashboard/tool for discord bot developpers to manage servers
Stars: ✭ 116 (+0.87%)
Mutual labels:  bot, discord-bot, discord
Luna
An adorable Discord.js bot. Free, Open Source and Cross Platform, usable as a solid base for larger projects. Written in NodeJs.
Stars: ✭ 76 (-33.91%)
Mutual labels:  bot, discord-bot, discord
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (-14.78%)
Mutual labels:  bot, discord-bot, discord
Nino
🔨 Advanced and cute moderation discord bot as an entry of Discord's Hack Week!
Stars: ✭ 78 (-32.17%)
Mutual labels:  bot, discord-bot, discord
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-36.52%)
Mutual labels:  bot, discord-bot, discord
Discordbot
A Java Discord bot using JDA
Stars: ✭ 92 (-20%)
Mutual labels:  bot, discord-bot, discord
Bottyclient
A slim Discord client with many cool features including less network traffic which supports bot tokens, but user tokens theoretically work too. Tags: Discord Bot Client Token for Bot Botting Download English
Stars: ✭ 58 (-49.57%)
Mutual labels:  bot, discord-bot, discord
Discord.js Musicbot Addon
This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
Stars: ✭ 109 (-5.22%)
Mutual labels:  bot, discord-bot, discord
Bot
A Discord bot for all your needs. With memes, utilities, moderation & more, Fire is the only bot you'll need.
Stars: ✭ 79 (-31.3%)
Mutual labels:  bot, discord-bot, discord
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (-11.3%)
Mutual labels:  bot, discord-bot, discord
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (-22.61%)
Mutual labels:  bot, discord-bot, discord
Create Discord Bot
Create Discord bots using a simple widget-based framework.
Stars: ✭ 70 (-39.13%)
Mutual labels:  bot, discord-bot, discord
Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-36.52%)
Mutual labels:  bot, discord-bot, discord
Discord Slash Bot
This bot is a simple Discord Slash Bot.
Stars: ✭ 64 (-44.35%)
Mutual labels:  bot, discord-bot, discord
Invite Manager
This bot will show who invited who. It's recording and showing the total count of invitations of an user, how many of them left, etc.
Stars: ✭ 77 (-33.04%)
Mutual labels:  bot, discord-bot, discord
Crucian
⚡ Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12
Stars: ✭ 55 (-52.17%)
Mutual labels:  bot, discord-bot, discord
Nitro
A discord bot
Stars: ✭ 56 (-51.3%)
Mutual labels:  bot, discord-bot, discord
Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (-32.17%)
Mutual labels:  bot, discord-bot, discord
Sylphy
👑 the better discord bot framework
Stars: ✭ 85 (-26.09%)
Mutual labels:  bot, discord-bot, discord

ModMail

Discord License Codacy

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 self-hosting guide requires you to have some basic knowledge about command line, Python, and Discord bots. We do not provide any support for self-hosting.

Prerequisites

In order to run ModMail, you will need to install the following software. Please also note that ModMail can only be hosted on UNIX based operating systems. Windows is not supported.

Getting the Sources

Clone this repository, or fork and clone if you wish to make pull requests.

git clone https://github.com/chamburr/modmail.git

Configuration

Configuration is done through a config.py file. A template can be found in config.example.py. You can create a copy of it and rename it to config.py, then fill in the configurations.

Installing Modules

ModMail utilises several modules to function properly. The list of modules can be found in requirements.txt. You can install them with the following command.

pip3 install -r requirements.txt

Running the Bot

Congratulations! You have set up everything, and you can finally have the bot up and running. Please start twilight-dispatch first, then use the following command to start the bot.

python3 launcher.py

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].