Class AresCommandsManager

Abstract class that serves as the foundation for managing cached data. Inherits basic manager functionalities and introduces caching capabilities.

Hierarchy

Constructors

Properties

results: AresCachedResults = ...

Results instance associated with the manager.

cache: Collection<string, AresChatInputCommand>

The collection of cached items.

scope: LogScopes

Represents the scope of the logger, enabling categorization and filtering of log entries.

client: AresClient

Represents the client that instantiated this class.

Accessors

  • get isProduction(): boolean
  • Indicates whether the application is running in production mode.

    Returns boolean

    true if the application is running in production mode; otherwise, false.

Methods

Generated using TypeDoc