mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
add more magic words
This commit is contained in:
@@ -13,7 +13,11 @@ namespace CompatBot.EventHandlers
|
||||
{
|
||||
private static readonly AhoCorasickDoubleArrayTrie<string> ChillCheck = new AhoCorasickDoubleArrayTrie<string>(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)
|
||||
|
||||
Reference in New Issue
Block a user