Command reg
Can I register certain commands globally and some to my guild only?
Solution:Jump to 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...1 Reply
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