A highly configurable Discord moderation tool.
Find a file
Noikoio dd8ef7ff3e Removed ban petitions
One mistake slipped through the cracks as I tested this:

It is not possible in any way for a user to DM a bot if they do not
share a guild. As of this moment, there is no workaround, and it
appears that simply opening a DM channel beforehand is not enough to
make it work.
In short: it doesn't work. It can't possibly work.

This feature has been removed. Alterations to the configuration
structure for ModTools will remain, as I planned to do this change
for other reasons not related to this feature anyway.
2017-12-18 22:05:37 -08:00
ConfigItem Renamed Features to Modules 2017-11-11 19:12:24 -08:00
docs Fixed a horrible, horrible typo 2017-11-19 17:38:03 -08:00
Module Removed ban petitions 2017-12-18 22:05:37 -08:00
Properties/PublishProfiles Removing example config, updating to .NET Core 2.0.0 2017-09-05 11:26:57 -07:00
.gitignore First commit in new repository 2017-06-23 12:33:54 -07:00
BotModule.cs Renamed Features to Modules 2017-11-11 19:12:24 -08:00
Configuration.cs Renamed Features to Modules 2017-11-11 19:12:24 -08:00
LICENSE.txt Create LICENSE.txt 2017-06-23 12:41:47 -07:00
Logger.cs First commit in new repository 2017-06-23 12:33:54 -07:00
Program.cs Added unhandled exception handler 2017-10-21 13:13:50 -07:00
README.md Updated readme and docs 2017-11-19 16:54:39 -08:00
RegexBot.cs Added a sort of welcome message 2017-11-29 15:33:08 -08:00
RegexBot.csproj Removed ban petitions 2017-12-18 22:05:37 -08:00

RegexBot

RegexBot is a standalone Discord moderation bot that makes use of the Discord.Net library.

The goal of this project is to provide a bot that can truly fit your unique needs in managing Discord server. To that end, many aspects of the bot's behavior can be configured and fine-tuned, ensuring that the bot acts exactly as you want it to act.

Are you satisfied with your current bot but wish that you could change that one thing to better suit your needs? This project is an answer to that.

Granted, progress on this project so far has followed the needs of one Discord server that makes heavy use of it, so its current feature set may be limited. Feel free to send a pull request or submit an issue.

Documentation

Documentation is available in the form of a number of pages hosted by Github Pages. See this site or the site's source directory for more information.