dcord.types.permission

Undocumented in source.

Members

Aliases

Permission
alias Permission = ulong

Permission value

Classes

PermissionsError
class PermissionsError

Raised when an action cannot be performed due to a lack of permissions

Enums

Permissions
enum Permissions

Enumeration of permissions.

Interfaces

IPermissible
interface IPermissible

Interface representing something that contains permissions (e.g. guild/channel)

Mixin templates

Permissible
mixintemplate Permissible()

Mixing for IPermissible

Meta