Skip to main content

CreateGuildSoundboardSound

@discordeno/botDocs


Documentation / @discordeno/bot / CreateGuildSoundboardSound

Interface: CreateGuildSoundboardSound

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

Properties

emojiId?

optional emojiId: null | BigString

The id of the custom emoji for the soundboard sound

Defined in

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


emojiName?

optional emojiName: null | string

The unicode character of a standard emoji for the soundboard sound

Defined in

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


name

name: string

Name of the soundboard sound (2-32 characters)

Defined in

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


sound

sound: string

The mp3 or ogg sound data, base64 encoded, similar to image data

Defined in

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


volume?

optional 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:1452