Patrick Klaeren
Patrick Klaeren
As per functionality from other bots - to fully commit to using MODiX, it might be nice to see users who joined/leave the guild in the assigned moderation log channels.
It looks like the build pipelines are currently maintained in the UI on devops, would be nice to have these in version control.
There's a little overhead when Discord.NET's API changes and we need to update the Discord.Net.Abstractions library as part of MODiX to match the new contract(s). I understand why the abstractions...
In all areas where we are storing datetimes, we're currently utilising .NET's `DateTimeOffset` type. While we try and retain the timezone/offset information, it turns out, the EF Core driver for...
Currently we iterate over all active tags for a guild and check if the logged in user can edit the tag - regardless if they will edit the given tags....
Since the upgrade to .NET Core 3.1, #649, there have been (more?) exceptions regarding the antiforgery token on the web end. Initial investigation seems to point towards needing to configure...
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...
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...