Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord Error 403 error code: 50001 Missing Access #1473

Open
nyx6965 opened this issue Dec 21, 2023 · 1 comment
Open

Discord Error 403 error code: 50001 Missing Access #1473

nyx6965 opened this issue Dec 21, 2023 · 1 comment

Comments

@nyx6965
Copy link

nyx6965 commented Dec 21, 2023

I am trying add a discord slash commands. But i am getting this error.
I am using the examples. Copied the entire code to test.

Code
2023/12/21 23:39:33 Adding commands... 2023/12/21 23:39:33 Cannot create 'basic-command' command: HTTP 403 Forbidden, {"message": "Missing Access", "code": 50001} 2023/12/21 23:39:33 Cannot create 'permission-overview' command: HTTP 403 Forbidden, {"message": "Missing Access", "code": 50001} 2023/12/21 23:39:34 Cannot create 'basic-command-with-files' command: HTTP 403 Forbidden, {"message": "Missing Access", "code": 50001} 2023/12/21 23:39:34 Cannot create 'localized-command' command: HTTP 403 Forbidden, {"message": "Missing Access", "code": 50001} 2023/12/21 23:39:35 Cannot create 'options' command: HTTP 403 Forbidden, {"message": "Missing Access", "code": 50001} q^Csignal: interrupt

@Rpi-Dude
Copy link

Rpi-Dude commented Aug 9, 2024

If you have just copy pasted the whole code then its likely that you have missed to pass the token flag which leaves discord with no way of knowing for which bot you are registering the commands. If that was not helpful please provide the command you started the code with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants