open class PermissionsImpl : Permissions
PermissionsImpl(public: Boolean, ownerExclusive: Boolean, serverOwnerExclusive: Boolean, node: String, discordPermission: Permission?) |
open val discordPermission: Permission?
Only people with that Permission can execute the command. |
|
open val node: String
Some permission node. |
|
open val ownerExclusive: Boolean
Only the bot owner can execute the command. |
|
open val public: Boolean
Everyone can execute the command. |
|
open val serverOwnerExclusive: Boolean
Only someone with Permission.MANAGE_SERVER or Permission.ADMINISTRATOR can execute that command. |