Discolink
    Preparing search index...

    Class VoiceState

    Class representing the state of a voice connection

    Index

    Constructors

    Properties

    guildId: string

    Id of the guild

    player: Player

    Accessors

    • get serverDeaf(): boolean

      Whether the bot is deafened by the guild

      Returns boolean

    • get destroyed(): boolean

      Whether this voice state instance is destroyed

      Returns boolean

    • get connected(): boolean

      Whether this voice connection is connected

      Returns boolean

    • get reconnecting(): boolean

      Whether this voice connection is reconnecting

      Returns boolean

    • get disconnected(): boolean

      Whether this voice connection is disconnected

      Returns boolean

    • get changingNode(): boolean

      Whether this voice connection is changing nodes

      Returns boolean

    Methods