1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Add more response to deadChat array

This commit is contained in:
toast-ts 2023-04-02 19:36:54 +10:00
parent 97882925dc
commit fb09c6039b

View File

@ -70,7 +70,7 @@ export default {
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 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 GeneralChatID = '468835415093411863';