add another character that's easily abused

This commit is contained in:
13xforever
2021-03-03 19:14:27 +05:00
parent 3860d8897f
commit d0c609fba4

View File

@@ -15,7 +15,7 @@ namespace CompatBot.EventHandlers
{
private static readonly HashSet<char> OversizedChars = new()
{
'꧁', '꧂', '⎝', '⎠', '', '', '⎛', '⎞',
'꧁', '꧂', '⎝', '⎠', '', '', '⎛', '⎞', '﷽',
};
public static async Task OnUserUpdated(DiscordClient c, UserUpdateEventArgs args)