Oops forgot about bot startup message. It doesnt work because there's no known peers yet

This commit is contained in:
MrMasrozYTLIVE 2024-06-10 17:14:26 +03:00
parent 165d2f0faa
commit 805983e3f5

View File

@ -61,7 +61,7 @@ loadCommands().then(commands => {
bot.on('onBotJoinRoom', () => { bot.on('onBotJoinRoom', () => {
console.log("Bot is ready!"); 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); bot.joinChatRoom(process.env.LINKUP_ROOM_ID);