Fixed rooms not being deleted from the json file #4
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user