mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
Forgor to remove the test trigger.
This commit is contained in:
parent
be1f82c25d
commit
7a643273b1
@ -109,7 +109,7 @@ export default {
|
|||||||
if (client.config.botSwitches.autores && !automodded) {
|
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']
|
||||||
const AfternoonArray = ['good afternoon', 'afternoon all']
|
const AfternoonArray = ['good afternoon', 'afternoon all']
|
||||||
const EveningArray = ['good evening', 'evening all', 'evening everyone', 'i']
|
const EveningArray = ['good evening', 'evening all', 'evening everyone']
|
||||||
const NightArray = ['night all', 'night everyone']
|
const NightArray = ['night all', 'night everyone']
|
||||||
const PasswordArray = ['whats the password', 'what\'s the password', 'password pls']
|
const PasswordArray = ['whats the password', 'what\'s the password', 'password pls']
|
||||||
const cantRead = ['i cant read', 'i can\'t read', 'cant read', 'can\'t read']
|
const cantRead = ['i cant read', 'i can\'t read', 'cant read', 'can\'t read']
|
||||||
|
Loading…
Reference in New Issue
Block a user