Uses of Interface
com.github.alex1304.ultimategdbot.api.PermissionLevel
-
Packages that use PermissionLevel Package Description com.github.alex1304.ultimategdbot.api -
-
Uses of PermissionLevel in com.github.alex1304.ultimategdbot.api
Fields in com.github.alex1304.ultimategdbot.api declared as PermissionLevel Modifier and Type Field Description static PermissionLevel
PermissionLevel. BOT_ADMIN
static PermissionLevel
PermissionLevel. BOT_OWNER
static PermissionLevel
PermissionLevel. PUBLIC
static PermissionLevel
PermissionLevel. SERVER_ADMIN
static PermissionLevel
PermissionLevel. SERVER_MOD
Methods in com.github.alex1304.ultimategdbot.api that return PermissionLevel Modifier and Type Method Description static PermissionLevel
PermissionLevel. forSpecificRole(java.util.function.Function<Context,reactor.core.publisher.Mono<discord4j.core.object.util.Snowflake>> roleIdGetter)
PermissionLevel
Command. getPermissionLevel()
Gets the permission level required to execute this command.
-