🟦disconnected
The disconnectedevent is triggered when disconnects from the server.
bot.on('disconnected', () => {
// Your code here.
});Last updated
The disconnectedevent is triggered when disconnects from the server.
bot.on('disconnected', () => {
// Your code here.
});Last updated