Slash-commands are not available on the discord server

Question:

After I added my bot written discord-interactions and discord.py to the server, the available slash-commands stopped showing, although they were previously available on the same server. Also commands are available in direct messages. In server permissions are allowed to use Slash-commands. How can I fix this problem?

Asked By: merive_

||

Answers:

Slash commands, if not explicitly registered to a group of servers will take roughly an hour to register globally. I suggest waiting and coming back if it still doesn’t work.

Answered By: TheOnlyWayUp

You need to make sure that the invite link have application.commands permission in discord developer and use application command in the server. Also, you should probably rerun your bot and wait for 1 hour or less for Discord to implement all slash commands into server.

Answered By: JimmyBlue

I’m having to wait more than 1 hour…. I’ve waited for like 15 hours by now? Any idea why discord wont show my bots command?

Answered By: Zayan Khan
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.