第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

為什么不和諧機(jī)器人看不到用戶?

為什么不和諧機(jī)器人看不到用戶?

蝴蝶刀刀 2022-09-23 21:34:01
使用命令時,機(jī)器人必須連接到語音通道,但為了進(jìn)行連接,它必須看到此語音通道中使用命令調(diào)用它的用戶。但是,這不會發(fā)生,機(jī)器人返回負(fù)面結(jié)果,它看不到用戶。怎么了?法典:const queue = new Map();async function execute(message, serverQueue) { const args = message.content.split(' '); const voiceChannel = message.member.voiceChannel; if (!voiceChannel) return message.channel.send('You need to be in a voice channel to play music!');  const permissions = voiceChannel.permissionsFor(message.client.user); if (!permissions.has('CONNECT') || !permissions.has('SPEAK')) {  return message.channel.send('I need the permissions to join and speak in your voice channel!'); }}
查看完整描述

1 回答

?
德瑪西亞99

TA貢獻(xiàn)1770條經(jīng)驗 獲得超3個贊

由于不和諧.js v12,你需要使用而不是voice.channelvoiceChannel


const queue = new Map();


async function execute(message, serverQueue) {

 const args = message.content.split(' ');

 const voiceChannel = message.member.voice.channel;

 if (!voiceChannel) return message.channel.send('You need to be in a voice channel to play music!');

  const permissions = voiceChannel.permissionsFor(message.client.user);

 if (!permissions.has('CONNECT') || !permissions.has('SPEAK')) {

  return message.channel.send('I need the permissions to join and speak in your voice channel!');

 }

}


查看完整回答
反對 回復(fù) 2022-09-23
  • 1 回答
  • 0 關(guān)注
  • 111 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號