From 075156cfcc1df4ff1bab412ce4b2f7fe8f47e010 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:58:18 +1100 Subject: [PATCH] Add another incoming trigger for morning array --- src/funcs/ResponseModule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/funcs/ResponseModule.ts b/src/funcs/ResponseModule.ts index 5b4cbfb..7900a16 100644 --- a/src/funcs/ResponseModule.ts +++ b/src/funcs/ResponseModule.ts @@ -8,7 +8,7 @@ import FormatDOTY from '../helpers/FormatDOTY.js'; export default class Response { private static readonly incomingArrays = { - morning: ['good morning all', 'good morning everyone', 'good morning lads', 'morning all', 'morning everyone', 'morning lads', 'morning guys', 'good morning everybody', 'morning yall', 'morning y\'all'], + morning: ['good morning all', 'good morning everyone', 'good morning lads', 'morning all', 'morning everyone', 'morning lads', 'morning guys', 'good morning everybody', 'morning yall', 'morning y\'all', 'good morning my neighbors'], afternoon: ['good afternoon', 'afternoon all', 'afternoon everyone'], evening: ['good evening', 'evening all', 'evening everyone', 'evening lads'], night: ['night all', 'night everyone', 'night guys', 'goodnight', 'good night']