MODiX
MODiX copied to clipboard
Discord Bot handling basic moderation needs, soon implements statistics.
https://github.com/discord-csharp/MODiX/pull/627 This PR was really just a change to the UI to make the module more discoverable, but optimally classes and interfaces would be renamed to reflect the new canonical...
I think it'd be a good feature to be able to reformat code easily by placing a certain reaction to it, just as how TL;DR works. Most of the time,...
I've been regularly receiving the following error:  It looks like we're pulling through all promotions, here https://github.com/discord-csharp/MODiX/blob/master/Modix/Controllers/PromotionController.cs#L24-L29 which may be unfavorable in this particular scenario and leads to timeouts.
As per functionality from other bots - to fully commit to using MODiX, it might be nice to see logs from users who's nicknames have changed in the guild, in...
Allow us a way to view all infractions on our own account through the website. Not sure how it displays them for moderators, but possibly just add a permission to...
Currently we have a hardcoded value for the minimum amount of stars required for a message to be sent to a starboard channel. It has been suggested, by @tannergooding, that...
MODiX currently has no spam prevention. As discovered in #83, although we purge invite links, there's nothing stopping a user from posting multiple invites and letting MODiX itself spam the...
I've been looking at the design of infractions (in particular, the auditing aspect, how we track what happens to audits) and it seems there's a bit of rigidity that doesn't...
It would be nice to have some way to make warnings expirable, for cases where it is a bit severe to just leave a note, but a bit too harsh...
Currently, in our server, we use DynoBot to log member joins, leaves, voice channel joins/leaves, nickname changes, and (rather redundantly) message deletions. We should introduce logging for some of these...