diff --git a/chatBot/bot.js b/chatBot/bot.js index 0fef442..c7edbf1 100644 --- a/chatBot/bot.js +++ b/chatBot/bot.js @@ -64,8 +64,8 @@ loadCommands().then(commands => { bot.sendMessage(process.env.ON_READY_MESSAGE); }); - bot.joinChatRoom(1234); - bot.joinChatRoom(5678); + bot.joinChatRoom(process.env.LINKUP_ROOM_ID); + bot.joinChatRoom(process.env.LINKUP_ROOM_ID2); }).catch(error => { console.error('Error loading commands:', error); });