【发布时间】:2021-09-25 07:57:58
【问题描述】:
所以我收到错误“类型:值“语音”不是 int。”尝试更新语音通道名称但仅在 Ubuntu 上时。
message.guild.channels.cache.get('863162796262031410').setName('testing')
请注意,这发生在 Ubuntu 上,但在 Windows 上运行良好
如果有人能提供一些见解,将不胜感激。
Uncaught Promise Error: DiscordAPIError: Invalid Form Body
type: Value "voice" is not int.
at RequestHandler.execute (/home/NodeJS/node_modules/discord.js/src/rest/RequestHandler.js:152:13)
at processTicksAndRejections (node:internal/process/task_queues:93:5)
at async RequestHandler.push (/home/NodeJS/node_modules/discord.js/src/rest/RequestHandler.js:37:14)
at async VoiceChannel.edit (/home/NodeJS/node_modules/discord.js/src/structures/GuildChannel.js:357:21) {
method: 'patch',
path: '/channels/863162796262031410',
code: 50035,
httpStatus: 400
}
【问题讨论】:
标签: javascript node.js discord.js bots