Skip to main content

ModifyGuildSoundboardSound

@discordeno/botDocs


Documentation / @discordeno/bot / ModifyGuildSoundboardSound

Interface: ModifyGuildSoundboardSound

https://canary.discord.com/developers/docs/resources/soundboard#modify-guild-soundboard-sound-json-params

Properties

emojiId

emojiId: null | BigString

The id of the custom emoji for the soundboard sound

Defined in

packages/types/dist/types/discordeno.d.ts:1465


emojiName

emojiName: null | string

The unicode character of a standard emoji for the soundboard sound

Defined in

packages/types/dist/types/discordeno.d.ts:1467


name

name: string

Name of the soundboard sound (2-32 characters)

Defined in

packages/types/dist/types/discordeno.d.ts:1461


volume

volume: null | number

The volume of the soundboard sound, from 0 to 1, defaults to 1

Defined in

packages/types/dist/types/discordeno.d.ts:1463