#Command Synchronisation

1 messages · Page 1 of 1 (latest)

tulip palm
#

Hey,

Since fex days, when i create a slash command in my code the command don't appear on Discord.
I set all the intent à the begining of my code and my bot have all intents on Discord developper portal.

So i don't understand what they don't appear....

If someone can help me ? Thank in advance for your help !

timid pulsar
#

.tag slashnoshow

dire trenchBOT
#

Application Commands Not Showing Up?

  • Uninstall libraries that conflict with the discord namespace (e.g. discord.py).
  • Invite your bot with the application.commands scope.
  • Load cogs before bot.run() (e.g. not in on_ready).
  • Do not override on_connect.
  • Update to the newest version of py-cord (see ?tag install).
  • Turn off User Settings > Accessibility > Chat Input > Use legacy chat input.
  • Share your code and errors.
tulip palm
#

Thanks i will try that !

tulip palm
#

.solved