#discord.errors.Forbidden 403 Forbidden (error code 50001) Missing Access
1 messages · Page 1 of 1 (latest)
Happends when loading slash commands.
Removing all commands from the folder gives the same output
so the problem is in the main file
3 am pain...
ima go to sleep...
Make sure your bot has the application.commands scope selected and reinvite it with that new link
It already has the correct scopes and it still won’t load
I have a weird idea on what could be the problem: in the reload command you set the guild ids to a guild id in debug_guilds (see the bot define) and some other guild id
So maybe that other guild is causing the 403 forbidden error?
Besides that I have no other ideas
Ok so
Basically the problem fixed itself
I guess you just need to wait a while for it to work
Seems weird but now it works
well
update
Not fixed...
it now loads the commands sometimes
but every now and then it just refuses to work
So basically it loads all commands (i think)
and then it throws that error
same code
Hmmmm
ok so basically i tested this with another token from a bot that already works with slash commands
no error
i tried creating a new bot
no luck
The bots register the commands sometimes but the error still shows up
I wonder
is there a limit on how many commands you can add at once?
yeah i'm not hitting that error
well
slash commands are fun
i already had to rewrite all commands to work with it
now i can't even load them sometimes
oh yeah also
when the commands actually load and are added to the server
when i run it
forgot to mention
we have 2 different bots with the exact same code in the server
would that affect it?
one works all the time
and the other one has this problem