Properties

Link copied to clipboard
abstract val id: Snowflake

The unique identifier of this entity.

Link copied to clipboard
abstract val kord: Kord

The kord instance that created this object.

Link copied to clipboard
abstract val supplier: EntitySupplier

The supplier used to request entities.

Functions

Link copied to clipboard
open operator override fun compareTo(other: Entity): Int

Compares entities on id.

Link copied to clipboard
abstract suspend fun send(channel: VoiceChannelBehavior)

Plays this sound in channel.

Link copied to clipboard
abstract override fun withStrategy(strategy: EntitySupplyStrategy<*>): SoundboardSoundBehavior

Returns a copy of this class with a new supplier provided by the strategy.