Where do you set permissons to use contextMenu?
currently only set roles have access to this, but i cannot find where the permissions are set
4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
you are free to set the default member permissions with
<ContextMenuCommandBuilder>.setDefaultMemberPermissions()
, but this can still be changed by server managers in the integrations tab of their servers' settings ContextMenuCommandBuilder#setDefaultMemberPermissions()
Sets the default permissions a member should have in order to run the command.
thanks found it