πͺjoinChannel
Syntax
bot.joinChannel(channel, password);Parameters
Example Usage
bot.on('connected', () => {
// Join the channel after the bot is connected.
bot.joinChannel('#YOUR-CHANNEL', 'PASSWORD');
});Notes
Last updated