Class GuildIdManager<V>Abstract

Manages the collection of a data model paired with a guild id.

Type Parameters

  • V

Hierarchy (view full)

Constructors

Properties

collection: Collection<string, V> = ...

The collection of items for this manager.

distube: DisTube

Accessors

  • get client(): Client<boolean>
  • Discord.js client

    Returns Client<boolean>

Methods

  • Emit error event

    Parameters

    • error: Error

      error

    • Optional channel: GuildTextBasedChannel

      Text channel where the error is encountered.

    Returns void