mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
Add more response to deadChat array
This commit is contained in:
parent
973cd96a3d
commit
b8a7acac65
@ -70,7 +70,7 @@ export default {
|
|||||||
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']
|
||||||
const NawdicBrokeIt = ['break', 'broke', 'broken']
|
const NawdicBrokeIt = ['break', 'broke', 'broken']
|
||||||
const deadChat = ['dead chat', 'chat is dead', 'dead server']
|
const deadChat = ['dead chat', 'chat is dead', 'dead server', 'inactive chat', 'inactive channel']
|
||||||
|
|
||||||
const PersonnyMcPerson = `**${message.member.displayName}**`;
|
const PersonnyMcPerson = `**${message.member.displayName}**`;
|
||||||
const GeneralChatID = '468835415093411863';
|
const GeneralChatID = '468835415093411863';
|
||||||
|
Loading…
Reference in New Issue
Block a user