“Discord JS bot opuść kanał głosowy” Kod odpowiedzi

Discord.js zostawiaj kanał głosowy

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 opuść kanał głosowy

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

Odpowiedzi podobne do “Discord JS bot opuść kanał głosowy”

Pytania podobne do “Discord JS bot opuść kanał głosowy”

Więcej pokrewnych odpowiedzi na “Discord JS bot opuść kanał głosowy” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu