【发布时间】:2023-04-07 20:30:02
【问题描述】:
我正在尝试使用 Discord Bot 创建语音频道 .这只是我的代码(我正在使用 discord.js)
message.channel.createChannel('General', "voice").then(chan => {
chan.userLimit("5");
})
但是控制台日志是这样的
(node:13080) UnhandledPromiseRejectionWarning: TypeError: message.channel.createChannel is not a function
我该如何处理?
【问题讨论】:
标签: discord.js