1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00

add another morning msg to array

This commit is contained in:
Toast 2022-11-23 19:04:14 +11:00 committed by GitHub
parent 799af5fe46
commit 2c6364330a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']
const MorningArray = ['good morning', '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']
@ -135,4 +135,4 @@ export default {
}
}
}
}
}