forked from snxraven/LinkUp-P2P-Chat
Remove not needed join line
This commit is contained in:
parent
b9db313eff
commit
052fbecc20
@ -64,7 +64,6 @@ loadCommands().then(commands => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
bot.joinChatRoom(process.env.LINKUP_ROOM_ID);
|
bot.joinChatRoom(process.env.LINKUP_ROOM_ID);
|
||||||
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