How do I make commands only visible to certain users?
Question's in the title. How do I make (interaction) commands visible to only certain users?
4 Replies
Sapphire Framework
What are preconditions and how do they work? | Sapphire
Preconditions are classes that will determine whether or not a command should be ran according to certain conditions.
Is that not for if a command can be run, and not for visibility of that command?
Solution
use #setDefaultMemberPermissions maybe?
that might be the one, thanks!