Hierarchy

Constructors

Properties

client: Client
deleted: boolean = false

Accessors

  • get channel(): {
        description: string;
        id: string;
        name: string;
    }
  • Returns {
        description: string;
        id: string;
        name: string;
    }

    • description: string
    • id: string
    • name: string

Methods

  • Runs all of the callbacks for this emitter. (meant to run when an update occurs)

    Parameters

    • Optional updated: any[]

      The objects that caused this update.

    Returns void