From fb09c6039b204a28966a13091489afbd18cff1fb Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sun, 2 Apr 2023 19:36:54 +1000 Subject: [PATCH] Add more response to deadChat array --- src/events/messageCreate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/messageCreate.ts b/src/events/messageCreate.ts index 18fd88c..c99d317 100644 --- a/src/events/messageCreate.ts +++ b/src/events/messageCreate.ts @@ -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';