From 052fbecc20bec254fc47417285ce2873b3f619a6 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 12 Jun 2024 00:08:34 -0400 Subject: [PATCH] Remove not needed join line --- chatBot/bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chatBot/bot.js b/chatBot/bot.js index f6ed08e..fc952a6 100644 --- a/chatBot/bot.js +++ b/chatBot/bot.js @@ -64,7 +64,6 @@ loadCommands().then(commands => { }); bot.joinChatRoom(process.env.LINKUP_ROOM_ID); - bot.joinChatRoom(process.env.LINKUP_ROOM_ID2); }).catch(error => { console.error('Error loading commands:', error); });