Interface OPPlayerUpdate

interface OPPlayerUpdate {
    guildId: string;
    op: PLAYER_UPDATE;
    state: PlayerState;
}

Properties

Properties

guildId: string