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

Please add a command that would simply read back an input + ping after a certain time.

enhancement
proposal

This ended up being a bit of a rat's nest of intertwined dependencies, so much so that I had to diagram it to get my head around it. So I...

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

proposal
refactoring
unit testing

...by allowing users to **download data** and allow users to **delete their data** (at the cost of kicking them from the server to ensure that no further data is collected...

as per https://github.com/discord-csharp/MODiX/pull/733

refactoring
good first issue

`A MessageUpdated handler has thrown an unhandled exception.: System.NullReferenceException: Object reference not set to an instance of an object. at Modix.Services.Core.MessageLogBehavior.FormatMessage(String input) in /Users/JayMadden/modix_base/modix/Modix.Services/Core/MessageLogBehavior.cs:line 52 at Modix.Services.Core.MessageLogBehavior.HandleMessageEdit(Cacheable2 cachedOriginal, IMessage updated,...

bug

Discord's bulk message delete API won't delete messages older than 2 weeks and will throw an error if you try. It might be nice to limit the messages we try...

bug
enhancement

Improve searching in [mod.gg/userlookup](https://mod.gg/userlookup). 1. allow searching for users with just 1 or 2 letter usernames? ![image](https://user-images.githubusercontent.com/4542110/73585240-a1026900-449f-11ea-878c-66cd010daae1.png) 2. fix searching result not including user who surely exists ![image](https://user-images.githubusercontent.com/4542110/73585172-d5295a00-449e-11ea-9fba-a811cd0c7e3d.png)

enhancement

Per conversations in Discord, this is a pretty popular idea, that should improve user experience in configuring channels a fair bit. Currently, Channel Designations must be applied to individual channels...

enhancement
good first issue

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

bug
enhancement
temporary workaround