mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
add another character that's easily abused
This commit is contained in:
@@ -15,7 +15,7 @@ namespace CompatBot.EventHandlers
|
||||
{
|
||||
private static readonly HashSet<char> OversizedChars = new()
|
||||
{
|
||||
'꧁', '꧂', '⎝', '⎠', '⧹', '⧸', '⎛', '⎞',
|
||||
'꧁', '꧂', '⎝', '⎠', '⧹', '⧸', '⎛', '⎞', '﷽',
|
||||
};
|
||||
|
||||
public static async Task OnUserUpdated(DiscordClient c, UserUpdateEventArgs args)
|
||||
|
||||
Reference in New Issue
Block a user