“Discord.js оставить голосовой канал” Ответ

Discord.js оставить голосовой канал

if(!message.guild.me.voice.channel) return message.channel.send("I'm not in a voice channel"); //If the bot is not in a voice channel, then return a message
message.guild.me.voice.channel.leave(); //Leave the voice channel
HeyItsDeveloperRhys

Discord JS Bot Leave Voice Channel

client.leaveVoiceChannel(message.member.voiceState.channelID);
message.channel.createMessage(`Thanks for tuning in!`);
 
Poised Penguin

Ответы похожие на “Discord.js оставить голосовой канал”

Вопросы похожие на “Discord.js оставить голосовой канал”

Больше похожих ответов на “Discord.js оставить голосовой канал” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования