Discolink
    Preparing search index...

    Interface APIPlayer

    interface APIPlayer {
        guildId: string;
        track: APITrack<EmptyObject, EmptyObject> | null;
        volume: number;
        paused: boolean;
        state: PlayerState;
        voice: APIVoiceState;
        filters: Filters;
    }
    Index

    Properties

    guildId: string

    The guild id of the player

    The currently playing track

    volume: number

    The volume of the player, range 0-1000, in percentage

    paused: boolean

    Whether the player is paused

    The state of the player

    The voice state of the player

    filters: Filters

    The filters used by the player