还有其他类似的问题,但没有一个有适合我的解决方案。我想对我的 discord bot 使用斜杠命令我拥有包括 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.
答案 0 :(得分:0)
我太笨了,我忘了把公会 ID 用引号引起来!