mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
add another morning msg to array
This commit is contained in:
parent
40eb77c73d
commit
d71ac285a2
@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user