sapphire-support
Root Question Message
requiredUserPermissions: ['Administrator', ['ManageGuild', 'ManageRoles']],
and
and the second one is or
?[['x', 'y']]
Solution Message
preconditions: [
{ name: 'UserPermissions', context: { permissions: PermissionFlags.Administrator } },
[
{ name: 'UserPermissions', context: { permissions: PermissionFlags.ManageGuild },
{ name: 'UserPermissions', context: { permissions: PermissionFlags.ManageChannels }
]
]