UserPermissions

annotation class UserPermissions(val permissions: Permission = [], val append: Boolean = false)(source)

Sets the required user permissions to use this text / application command.

Text commands note: This applies to the command itself, not only this variation, in other words, this applies to all commands with the same path.

Properties

Link copied to clipboard
val append: Boolean = false
Link copied to clipboard
@get:JvmName(name = "value")
val permissions: Array<out Permission>