1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

Refine morning autoresponse

This commit is contained in:
AnxietyisReal 2022-11-28 10:34:40 -08:00 committed by GitHub
parent 20ab3f4b78
commit d1c8f2fad3

View File

@ -81,7 +81,7 @@ export default {
// Autoresponse:tm:
if (client.config.botSwitches.autores && !automodded) {
const MorningArray = ['good morning', 'morning all', 'morning everyone', 'morning lads', 'morning guys']
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']
const NightArray = ['night all', 'night everyone']