PermissibleApplicationCommand

interface PermissibleApplicationCommand

A command that is restricted using the implemented hasPermission function.

Functions

hasPermission
Link copied to clipboard
abstract suspend fun hasPermission(user: User, guild: Guild?): Boolean

Sources

jvm source
Link copied to clipboard