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. |
Answered by
Misha-133
Jan 18, 2024
Replies: 1 comment
|
Add a |
0 replies
Answer selected by
Wren-ofNetFae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a
[DontAutoRegister]attribute on that module and then register it withInteractionService.AddModulesToGuildAsync()