mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Add another incoming trigger for morning array
This commit is contained in:
parent
656bbfa023
commit
075156cfcc
@ -8,7 +8,7 @@ import FormatDOTY from '../helpers/FormatDOTY.js';
|
|||||||
|
|
||||||
export default class Response {
|
export default class Response {
|
||||||
private static readonly incomingArrays = {
|
private static readonly incomingArrays = {
|
||||||
morning: ['good morning all', 'good morning everyone', 'good morning lads', 'morning all', 'morning everyone', 'morning lads', 'morning guys', 'good morning everybody', 'morning yall', 'morning y\'all'],
|
morning: ['good morning all', 'good morning everyone', 'good morning lads', 'morning all', 'morning everyone', 'morning lads', 'morning guys', 'good morning everybody', 'morning yall', 'morning y\'all', 'good morning my neighbors'],
|
||||||
afternoon: ['good afternoon', 'afternoon all', 'afternoon everyone'],
|
afternoon: ['good afternoon', 'afternoon all', 'afternoon everyone'],
|
||||||
evening: ['good evening', 'evening all', 'evening everyone', 'evening lads'],
|
evening: ['good evening', 'evening all', 'evening everyone', 'evening lads'],
|
||||||
night: ['night all', 'night everyone', 'night guys', 'goodnight', 'good night']
|
night: ['night all', 'night everyone', 'night guys', 'goodnight', 'good night']
|
||||||
|
Loading…
Reference in New Issue
Block a user