#πŸ”’ discord.py slash command (**User** Application)

6 messages Β· Page 1 of 1 (latest)

wooden forge
#

Anyone with discord.py experience and slash commands could help me a moment realizing why my user application slash commands aren't appearing?
[#L185](https://github.com/Mikk155/discord-bot/blob/main/plugins/main.py#L185]

The slash commands on all the three servers the bot is in it has been updated but it is not for clients who are using the app which i don't know if it's a different method or something as i wasn't able to find anything useful in the web

neon beaconBOT
#

@wooden forge

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

wooden forge
#

My body message disappeared unsure what happened, here we go again:

I have built a bot which is also a User Application program, i didn't find anything useful nor related on the web

#L185 < This sync does work well with the three servers my bot is in it but the slash commands are not updated on suscribed users to use them anywhere else, i do suspect for a slash command it would need some restrictions but i also don't think so because it would tell me that stuff somehow but it's simply not doing anything

neon beaconBOT
#

plugins/main.py line 185

await self.tree.sync()```
neon beaconBOT
#

@wooden forge

Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.