mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
Add another one to array
This commit is contained in:
parent
7a643273b1
commit
69f61c3757
@ -107,7 +107,7 @@ export default {
|
||||
|
||||
// Autoresponse:tm:
|
||||
if (client.config.botSwitches.autores && !automodded) {
|
||||
const MorningArray = ['good morning all', 'good morning everyone', 'morning all', 'morning everyone', 'morning lads', 'morning guys']
|
||||
const MorningArray = ['good morning all', 'good morning everyone', 'morning all', 'morning everyone', 'morning lads', 'morning guys', 'good morning everybody']
|
||||
const AfternoonArray = ['good afternoon', 'afternoon all']
|
||||
const EveningArray = ['good evening', 'evening all', 'evening everyone']
|
||||
const NightArray = ['night all', 'night everyone']
|
||||
|
Loading…
Reference in New Issue
Block a user