DiscordShard

data class DiscordShard(val index: Int, val count: Int)(source)

An instance of a Discord shard.

Constructors

Link copied to clipboard
constructor(index: Int, count: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val index: Int