File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class GuildSoundboardSoundManager extends CachedManager {
105
105
* Data for editing a soundboard sound.
106
106
* @typedef {Object } GuildSoundboardSoundEditOptions
107
107
* @property {string } [name] The name of the soundboard sound
108
- * @property {?number } [volume] The volume of the soundboard sound, from 0 to 1
108
+ * @property {?number } [volume] The volume (a double) of the soundboard sound, from 0 (inclusive) to 1
109
109
* @property {?Snowflake } [emojiId] The emoji id of the soundboard sound
110
110
* @property {?string } [emojiName] The emoji name of the soundboard sound
111
111
* @property {string } [reason] The reason for editing the soundboard sound
Original file line number Diff line number Diff line change @@ -4857,6 +4857,7 @@ export interface GuildSoundboardSoundEditOptions {
4857
4857
volume ?: number | null ;
4858
4858
emojiId ?: Snowflake | null ;
4859
4859
emojiName ?: string | null ;
4860
+ reason ?: string ;
4860
4861
}
4861
4862
4862
4863
export interface FetchGuildSoundboardSoundOptions extends BaseFetchOptions {
You can’t perform that action at this time.
0 commit comments