missed one obvious case

This commit is contained in:
13xforever 2019-01-13 21:58:00 +05:00
parent efab408d24
commit 9be2f552a1

View File

@ -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)