Command reg

Can I register certain commands globally and some to my guild only?
Solution:
you can use RegisterOptions.guildIds for your guild specific commands and the commands that don't specify guildIds will be your global commands. in case your unfamiliar with the register options, it's the second parameter in the registry.registerChatInputCommand and registry.registerContextMenuCommand functions...
Jump to solution
1 Reply
Solution
Seren_Modz 21
Seren_Modz 214mo ago
you can use RegisterOptions.guildIds for your guild specific commands and the commands that don't specify guildIds will be your global commands. in case your unfamiliar with the register options, it's the second parameter in the registry.registerChatInputCommand and registry.registerContextMenuCommand functions

Did you find this page helpful?