From b86b1654b89db2ddf977d8994e29ffbac3a8ec7a Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sun, 22 Jan 2023 16:36:57 +1100 Subject: [PATCH] Forgor to remove the test trigger. --- src/events/messageCreate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/messageCreate.ts b/src/events/messageCreate.ts index a16cb9d..46c3c9f 100644 --- a/src/events/messageCreate.ts +++ b/src/events/messageCreate.ts @@ -109,7 +109,7 @@ export default { if (client.config.botSwitches.autores && !automodded) { const MorningArray = ['good morning all', 'good morning everyone', 'morning all', 'morning everyone', 'morning lads', 'morning guys'] const AfternoonArray = ['good afternoon', 'afternoon all'] - const EveningArray = ['good evening', 'evening all', 'evening everyone', 'i'] + const EveningArray = ['good evening', 'evening all', 'evening everyone'] const NightArray = ['night all', 'night everyone'] const PasswordArray = ['whats the password', 'what\'s the password', 'password pls'] const cantRead = ['i cant read', 'i can\'t read', 'cant read', 'can\'t read']