createSoundboardSound
inline suspend fun GuildBehavior.createSoundboardSound(name: String, sound: Sound, builder: SoundboardSoundCreateBuilder.() -> Unit = {}): GuildSoundboardSound(source)
Creates a new sound on this guild and returns it.
This requires the Permission.ManageGuildExpressions permission.
Parameters
name
the name of the sound
sound
the Sound
Throws
if something went wrong during the request.