Class Soundboard

Represents a soundboard.

Hierarchy (view full)

Constructors

Properties

available: boolean

If the soundboard sound can be used.

emojiID: null | string

The emoji id of the soundboard sound.

emojiName: null | string

The emoji name of the soundboard sound.

guildID?: string

The guild this soundboard sound is in.

id: string
name: string

The name of the soundboard sound.

soundID: string

The id of the soundboard sound.

user?: User

The user who created the soundboard sound.

volume: number

The volume of the soundboard sound.

Accessors

Methods

  • Send this soundboard sound to a voice channel.

    Parameters

    • channelID: string

      The ID of the voice channel to send the soundboard sound to.

    • Optional sourceGuildID: string

      The ID of the guild the soundboard sound is from.

    Returns Promise<void>