MODiX icon indicating copy to clipboard operation
MODiX copied to clipboard

Discord Bot handling basic moderation needs, soon implements statistics.

Results 119 MODiX issues
Sort by recently updated
recently updated
newest added

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,...

proposal

I've been regularly receiving the following error: ![image](https://user-images.githubusercontent.com/1341180/63843339-25dfd880-c97e-11e9-9f2e-a8430ab70f5c.png) 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.

bug
needs investigation

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...

proposal
good first issue

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...

enhancement
proposal

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...

enhancement
proposal

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...

proposal

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...

enhancement
proposal

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...

proposal
needs investigation

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...

proposal