【问题标题】:Discord.js Missing Access On Slash CommandsDiscord.js 缺少对斜杠命令的访问权限
【发布时间】: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

标签: javascript node.js discord discord.js


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2022-01-05
    • 2021-04-08
    • 2021-08-28
    • 2021-12-04
    • 2022-01-09
    • 1970-01-01
    • 2022-01-03
    • 2022-01-07
    • 1970-01-01
    相关资源
    最近更新 更多