Can I add Slash commands that only I can see? #2828
-
I want to have admin commands that only I can run AND only I can see. I don't want these commands to be visible to everyone. Is there a good way to do this? I am struggling to find all the pieces I need to accomplish this. My best guess seems to be to only register these admin commands in a specific test server that I own. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Add a |
Beta Was this translation helpful? Give feedback.
Add a
[DontAutoRegister]
attribute on that module and then register it withInteractionService.AddModulesToGuildAsync()