forked from snxraven/LinkUp-P2P-Chat
Oops forgot about bot startup message. It doesnt work because there's no known peers yet
This commit is contained in:
parent
165d2f0faa
commit
805983e3f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user