ThatGuyJamal - Is it possible to make a default va...
Is it possible to make a default value for registering command meta data. Like:
i have to put this on every command which I find annoying.
2 Replies
make a function that returns it then call the function
also
behaviorWhenNotIdentical: RegisterBehavior.Overwrite,
is the default
and registerCommandIfMissing
defaults to true
and I don't really see any situation why you'd want that falseif it helps you can set the default behaviorWhenNotIdentical option https://www.sapphirejs.dev/docs/Guide/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