SoundboardSounds
class SoundboardSounds(val sounds: List<GuildSoundboardSound>, val guildId: Snowflake, val shard: Int, val customContext: Any?, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : Event, Strategizable(source)
Constructors
Link copied to clipboard
constructor(sounds: List<GuildSoundboardSound>, guildId: Snowflake, shard: Int, customContext: Any?, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)