#New slash commands and sub commands not showing for my verified bot
1 messages · Page 1 of 1 (latest)
i do have correct permissions and i dont think i have sync command flags enabled, do u know where i'd find documentation on that
I mean the bot was invited with the correct scopes?
set it in the bot constructor
bot = commands.InteractionBot(..., command_sync_flags=....)
Yep I did, I also just tried adding sync flags and it still didn’t update the slash commands 🫠 think it may just be discord. I even added a sync command and it isn’t showing at all.
the flags do not force an update. It logs the sync process, assuming you used .all()
So you can see if they're even syncing to discord.
Do you have test_guilds set or guild_ids on any of the commands?
Yep I set that up and I used .all(), which is why I’m confused 🫠
And what did it output?
Nothing for some reason. I’m fine with waiting but does it usually take very long for commands to start appearing?
Should be instant.