export interface GuildSoundboardSoundCreateOptionsOptions used to create a soundboard sound in a guild.
optionalcontentType? : string 
The content type for the soundboard sound file
optionalemojiId? : Snowflake 
The emoji id for the soundboard sound
optionalemojiName? : string 
The emoji name for the soundboard sound
file : BufferResolvable | Stream
The file for the soundboard sound
name : string
The name for the soundboard sound
optionalreason? : string 
The reason for creating the soundboard sound
optionalvolume? : number 
The volume (a double) for the soundboard sound, from 0 (inclusive) to 1. Defaults to 1