Guess gonna try this and then really take a break
This commit is contained in:
parent
824e2dab42
commit
3df73b97c5
@ -64,8 +64,8 @@ loadCommands().then(commands => {
|
|||||||
bot.sendMessage(process.env.ON_READY_MESSAGE);
|
bot.sendMessage(process.env.ON_READY_MESSAGE);
|
||||||
});
|
});
|
||||||
|
|
||||||
bot.joinChatRoom(1234);
|
bot.joinChatRoom(process.env.LINKUP_ROOM_ID);
|
||||||
bot.joinChatRoom(5678);
|
bot.joinChatRoom(process.env.LINKUP_ROOM_ID2);
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.error('Error loading commands:', error);
|
console.error('Error loading commands:', error);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user