A highly configurable Discord moderation tool.
Find a file
Noikoio b9cc41030c Replaced background task; Cache now in guild state
Channel renewal is no longer a concept. Channels will automatically
expire after they have been inactive for a set amount of time,
regardless of the channel's age. This greatly simplifies things.
2018-10-28 19:54:25 -07:00
ConfigItem Added note to documentation 2018-03-21 13:21:29 -07:00
docs Add VoiceRoleSync documentation; fix occasional error 2018-08-18 12:44:57 -07:00
EntityCache Added first_seen column to user entity cache 2018-04-24 14:29:19 -07:00
Module Replaced background task; Cache now in guild state 2018-10-28 19:54:25 -07:00
Properties/PublishProfiles Debug profile was not working until now 2018-01-04 14:05:42 -08:00
.gitignore First commit in new repository 2017-06-23 12:33:54 -07:00
BotModule.cs Changed module configuration model 2018-03-22 00:30:22 -07:00
Configuration.cs Changed module configuration model 2018-03-22 00:30:22 -07: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 VoteTempChannel 2018-10-28 11:44:30 -07:00
RegexBot.csproj Downgrade Npgsql; fix ModLogs not working 2018-08-17 16:17:58 -07: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.