disable sync on every launch
how to disable the sync that happens on every launch?
11 Replies
That is not possible. Why do you want this? It's something that shouldn't take more than a few seconds at most
for me it's taking like close to a minute to launch every time
That's not normal. How many commands do you have, what registry behaviour do you use, what's your internet speed, and in general please share more about your setup
I have around 50 commands, I have 900mbps internet, I use default registry behaviour I believe (not sure what you mean)


in every launch I get like super many of these
and it does them in like 4 command batches and it takes forever
If i remember correctly this means you didn't specify idHints for the commands so it's trying to match it based on name which means it has to go through all your commands
Other than that you can look at this post see if you are in a similar situation https://discord.com/channels/737141877803057244/1312457902254063727/1312457902254063727
Sapphire Framework
Registering Chat Input Commands | Sapphire
To register a Chat Input Command (also known as a Slash Command) with Discord, you need to acquire an application
Or use bulk overwrite https://sapphirejs.dev/docs/Guide/commands/application-commands/application-command-registry/advanced/setting-global-behavior-when-not-identical
Sapphire Framework
Configuring the global behavior when commands are not identical | S...
Configuring the global behavior is easy! You just need to import the
wait I need to put idHints to everything? isn't this going to take 500 years for me to do
ahh well I guess then
also what if I have a beta bot?
2 ids in the array