mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-04 17:17:09 +00:00
missed one obvious case
This commit is contained in:
parent
efab408d24
commit
9be2f552a1
@ -23,7 +23,7 @@ namespace CompatBot.EventHandlers
|
||||
new[]
|
||||
{
|
||||
"good bot", "gud bot", "good boy", "goodboy", "gud boy", "gud boi",
|
||||
"thank you", "thankyou", "thnk", "thnx", "thnku", "thank u", "tnx",
|
||||
"thank you", "thankyou", "thanks", "thnk", "thnks", "thnx", "thnku", "thank u", "tnx",
|
||||
"arigato", "aregato", "arigatou", "aregatou", "oregato", "origato",
|
||||
"poor bot", "good job", "well done", "good work", "excellent work",
|
||||
}.ToDictionary(s => s, _ => false)
|
||||
|
Loading…
Reference in New Issue
Block a user