From 3df73b97c56d9a01cbc7bfaf3ef6f9c9796883d4 Mon Sep 17 00:00:00 2001 From: MrMasrozYTLIVE <61359286+MrMasrozYTLIVE@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:55:54 +0300 Subject: [PATCH] Guess gonna try this and then really take a break --- chatBot/bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); });