亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Defean Bot 加入語音頻道

Defean Bot 加入語音頻道

開心每一天1111 2022-10-08 17:45:55
我找到了這段代碼,但我不知道如何在index.js. 有任何想法嗎?voiceChannel.join()  .then(connection => {      connection.voice.setSelfDeaf(true);  });
查看完整描述

1 回答

?
炎炎設計

TA貢獻1808條經驗 獲得超4個贊

作為對您評論的回復,以下代碼將在您的機器人每次加入語音頻道時拒絕它。


client.on("voiceStateUpdate", (oldVoiceState, newVoiceState) => {

    if (!newVoiceState.channel) {return false}; // The bot disconnected.

    if (newVoiceState.id == client.user.id) { // Checking if it is the bot.

        newVoiceState.setSelfDeaf(true); // Setting self defean to true.

    };

});

讓您的機器人加入語音頻道:


// Getting the channel.

const channel = client.channels.cache.get("722944525986955386");

// Joining the channel.

channel.join();


查看完整回答
反對 回復 2022-10-08
  • 1 回答
  • 0 關注
  • 113 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號