Discord.js 缺少对斜杠命令的访问权限

Posted

技术标签:

【中文标题】Discord.js 缺少对斜杠命令的访问权限【英文标题】:Discord.js Missing Access On Slash Commands 【发布时间】:2021-09-09 11:29:56 【问题描述】:

还有其他类似的问题,但没有一个适合我的解决方案。我想在我的不和谐机器人上使用斜杠命令我拥有包括application.commands 在内的所有范围,但是当我尝试执行我的代码时它仍然给了我这个:

(node:1648) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Access
    at RequestHandler.execute (C:\Users\camer\node_modules\discord.js\src\rest\RequestHandler.js:154:13)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async RequestHandler.push (C:\Users\camer\node_modules\discord.js\src\rest\RequestHandler.js:39:14)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1648) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:1648) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

【问题讨论】:

你在邀请之前添加了范围,对吧? 是的,我使用了 admin 和 application.commands 【参考方案1】:

我太笨了,我忘了把我的公会ID放在引号里!

【讨论】:

以上是关于Discord.js 缺少对斜杠命令的访问权限的主要内容,如果未能解决你的问题,请参考以下文章

缺少对斜杠命令的访问

DiscordAPIError:createOverwrite 上缺少访问权限

如何将斜杠命令隐藏到特定用户或频道 Discord.js v13

Discord.js v13:斜杠命令重复

discord.js 发送 DM 以响应用户的斜杠命令

带有斜杠命令的 Discord.js 语音通道