Change the scope of a bot to applications.command #7505
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
If they just invite the bot to the server (click the link and invite it without kicking it) with the scope it will refresh the applications with the new permissions and scopes |
Beta Was this translation helpful? Give feedback.
-
you won't get a 403 on global command creation; looks like you're trying to create a guild command in a specific guild and the server admins will need to add your application with the applications.commands scope, the application can't give it to itself because then it would be pointless. note that they do not have to kick the bot, they can simply authorize it with the applications.commands scope without removing it. Discord did a scope migration in March 2021 (so if the application was authorized in a server with the bot scope then it automatically got the applications.commands scope) and they might do another one after perms v2 releases. You should update the add link you're giving to users and add the applications.commands scope if you have not already. |
Beta Was this translation helpful? Give feedback.
-
Not too sure why you delete your question and unmark and thumbs-down answers that solve your problem? If you want that to be the answer or not is pretty irrelevant, because it is the answer to your issue. |
Beta Was this translation helpful? Give feedback.
you won't get a 403 on global command creation; looks like you're trying to create a guild command in a specific guild
and the server admins will need to add your application with the applications.commands scope, the application can't give it to itself because then it would be pointless. note that they do not have to kick the bot, they can simply authorize it with the applications.commands scope without removing it.
Discord did a scope migration in March 2021 (so if the application was authorized in a server with the bot scope then it automatically got the applications.commands scope) and they might do another one after perms v2 releases.
You should update the add link you're giving to us…