【发布时间】:2020-04-07 22:54:05
【问题描述】:
我有一个包含多种内容的不和谐机器人,但音乐非常滞后。有谁知道为什么? (我正在使用 v12-master) 代码:
const ytdl = require('ytdl-core-discord')
const connection = await message.member.voice.channel.join();
const dispatcher = await connection.play(await ytdl(url), { type: 'opus' });
【问题讨论】:
标签: discord.js voice