Yahoo Search Busca da Web

Resultado da Busca

  1. You are supposed to be using the clientID found under discord dev portal. The reason why you are getting the error is because you are using your own client id, therefore the 'unknown application' error

  2. 17 de jan. de 2024 · It could be that you are passing the wrong client ID. Make sure to use the client ID you get from the Discord Developer Portal in the oauth2 section and pass it as a string. Also, make sure that when registering the commands as Guild Commands you pass the guild ID as a string. Damn.

  3. 8 de out. de 2022 · I got this error: DiscordAPIError[10002]: Unknown Application at SequentialHandler.runRequest (C:\Users\membe\Desktop\BloomBot\ticket-bot-main\node_modules\@discordjs\rest\dist\lib\handlers\SequentialHandler.js:198:23) at processTic...

  4. Unknown application means that the application that you are trying to perform operations with is unknown, so if your client ID is wrong that would be a cause of that

  5. discordjs.guide › popular-topics › errorsErrors | discord.js Guide

    29 de dez. de 2023 · API Errors or DiscordAPIErrors are thrown by the Discord API when an invalid request carries out. API Errors can be mostly diagnosed using the message that is given. You can further examine errors by inspecting the HTTP method and path used. We will explore tracking these errors down in the next section.

  6. 13 de mai. de 2021 · Please describe the problem you are having in as much detail as possible: ApplicationCommand.fetchPermissions() throws DiscordAPIError: Unknown application command permissions when the ApplicationCommand doesn't have its permissions set.

  7. 25 de mai. de 2016 · As part of an ongoing effort to cleanup and make our API more library friendly, we're going to be adding a set of integral error codes that are returned alongside the current message key, within our JSON error responses.