Package dev.kord.core.event.role

Types

RoleCreateEvent
Link copied to clipboard
class RoleCreateEvent(role: Role, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
RoleDeleteEvent
Link copied to clipboard
class RoleDeleteEvent(guildId: Snowflake, roleId: Snowflake, role: Role?, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
RoleUpdateEvent
Link copied to clipboard
class RoleUpdateEvent(role: Role, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable