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); });