RoleCommandPermissionBuilder class

A permission for a single role that can be used in SlashCommandBuilder

Inheritance
Annotations
  • @Deprecated('Use SlashCommandBuilder.canBeUsedInDm and SlashCommandBuilder.requiredPermissions instead')

Constructors

RoleCommandPermissionBuilder(Snowflake id, {bool hasPermission = true})
A permission for a single role that can be used in SlashCommandBuilder

Properties

hashCode int
The hash code for this object.
read-onlyinherited
hasPermission bool
Does the role have permission to use the command
finalinherited
id Snowflake
The ID of the Role or User to give permissions too
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type int
latefinal

Methods

build() RawApiMap
Returns built response for api
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited