RoleCreateEvent
class RoleCreateEvent(val role: Role, val shard: Int, val customContext: Any?, val supplier: EntitySupplier = role.kord.defaultSupplier) : Event, Strategizable(source)
Constructors
Link copied to clipboard
constructor(role: Role, shard: Int, customContext: Any?, supplier: EntitySupplier = role.kord.defaultSupplier)