Changed lots of stuff inside of bot code. Got rid of peers in message object.
This commit is contained in:
@ -60,7 +60,7 @@ loadCommands().then(commands => {
|
||||
|
||||
bot.on('onBotJoinRoom', () => {
|
||||
console.log("Bot is ready!");
|
||||
bot.sendMessageToAll(process.env.ON_READY_MESSAGE);
|
||||
bot.sendTextMessage(process.env.ON_READY_MESSAGE);
|
||||
});
|
||||
|
||||
bot.joinChatRoom(process.env.LINKUP_ROOM_ID);
|
||||
|
Reference in New Issue
Block a user