diff --git a/chatBot/bot.js b/chatBot/bot.js index c88d51b..eda0d50 100644 --- a/chatBot/bot.js +++ b/chatBot/bot.js @@ -61,7 +61,7 @@ loadCommands().then(commands => { bot.on('onBotJoinRoom', () => { console.log("Bot is ready!"); - bot.sendMessage(process.env.ON_READY_MESSAGE); + // bot.sendMessage(process.env.ON_READY_MESSAGE); }); bot.joinChatRoom(process.env.LINKUP_ROOM_ID);