diff --git a/CompatBot/EventHandlers/BotShutupHandler.cs b/CompatBot/EventHandlers/BotShutupHandler.cs index 164f4792..a9daeb1a 100644 --- a/CompatBot/EventHandlers/BotShutupHandler.cs +++ b/CompatBot/EventHandlers/BotShutupHandler.cs @@ -13,7 +13,11 @@ namespace CompatBot.EventHandlers { private static readonly AhoCorasickDoubleArrayTrie ChillCheck = new AhoCorasickDoubleArrayTrie(new[] { - "shut the fuck up", "shut up", "shutup", "hush", "chill", "take that back", "delete this", "bad bot", + "shut the fuck up", "shut up", "shutup", "shuddup", "hush", "chill", "bad bot", + "no one asked you", + "take this back", "take that back", + "delete this", "delete that", + "remove this", "remove that", }.ToDictionary(s => s, s => s), true); public static async Task OnMessageCreated(MessageCreateEventArgs args)