GuildSoundboardSound
class GuildSoundboardSound(val data: SoundboardSoundData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : SoundboardSound, GuildSoundboardSoundBehavior(source)
A Soundboard Sound that can be used by everyone.
See also
Properties
Functions
Link copied to clipboard
Requests to get this behavior as a GuildSoundboardSoundBehavior .
Link copied to clipboard
Requests to get this behavior as a GuildSoundboardSoundBehavior or null
if the sound does not exist.
Link copied to clipboard
inline suspend fun GuildSoundboardSoundBehavior.edit(builder: SoundboardSoundModifyBuilder.() -> Unit): GuildSoundboardSound
Modifies this sound.
Link copied to clipboard
Retrieves to get this behavior as a GuildSoundboardSoundBehavior .
Link copied to clipboard
Retrieves to get this behavior as a GuildSoundboardSoundBehavior or null
if the sound does not exist.
Link copied to clipboard
Plays this sound in channel.
Link copied to clipboard