🟦connected
The connectedevent is triggered once a successful connection is made. After this event, is safe to join a channel.
bot.on('connected', () => {
// Write your code once it is succefully connected.
});Last updated
The connectedevent is triggered once a successful connection is made. After this event, is safe to join a channel.
bot.on('connected', () => {
// Write your code once it is succefully connected.
});Last updated