🟦botKicked
The botKicked event is triggered whenever your bot is kicked from a channel
bot.on('botKicked', () => {
// Your Code Here
});Last updated
The botKicked event is triggered whenever your bot is kicked from a channel
bot.on('botKicked', () => {
// Your Code Here
});Last updated