Where do you set permissons to use contextMenu?

const commands = [
new ContextMenuCommandBuilder().setName("Info - App").setType(2)
]
const commands = [
new ContextMenuCommandBuilder().setName("Info - App").setType(2)
]
currently only set roles have access to this, but i cannot find where the permissions are set
4 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
duck
duck2y ago
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
d.js docs
d.js docs2y ago
method ContextMenuCommandBuilder#setDefaultMemberPermissions() Sets the default permissions a member should have in order to run the command.
Mulo
Mulo2y ago
thanks found it