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 PermissionLevelPermissionLevel. BOT_ADMINstatic PermissionLevelPermissionLevel. BOT_OWNERstatic PermissionLevelPermissionLevel. PUBLICstatic PermissionLevelPermissionLevel. SERVER_ADMINstatic PermissionLevelPermissionLevel. SERVER_MODMethods in com.github.alex1304.ultimategdbot.api that return PermissionLevel Modifier and Type Method Description static PermissionLevelPermissionLevel. forSpecificRole(java.util.function.Function<Context,reactor.core.publisher.Mono<discord4j.core.object.util.Snowflake>> roleIdGetter)default PermissionLevelCommand. getPermissionLevel()Gets the permission level required to execute this command.
-