Replies: 3 comments 11 replies
-
Hello there, it is not recommended that you sync automatically everytime the bots starts. You can choose to create a text command called |
Beta Was this translation helpful? Give feedback.
11 replies
-
Consider using Umbra's command from the discord.py help server: https://about.abstractumbra.dev/discord.py/2023/01/29/sync-command-example.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
Consider using Umbra's command from the discord.py help server: https://about.abstractumbra.dev/discord.py/2023/01/29/sync-command-example.html
Ah yes I also thought so, but I thought it would make things too
complicated but well, I guess it's good for reference
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello author, I have a bot that is used on over 200K servers. What I want to do now is update the parameter definitions for some of my app commands or add a few app commands. Will the following code work, and is it the best approach?
My concerns are: 1) Will it be possible to update command descriptions and add new commands? 2) Will this cause the bot to start up much more slowly compared to when there is no
self.tree.sync()
if there're too many servers using this bot?Beta Was this translation helpful? Give feedback.
All reactions