Type Parameters

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

data: IEvent<IGiveawayEvents, T>

Accessors

  • get description(): string
  • Returns string

  • get listener(): ((this: ForgeClient, ...args: AssertArgs<Events[T]>) => void | Promise<void>)
  • Returns ((this: ForgeClient, ...args: AssertArgs<Events[T]>) => void | Promise<void>)

      • (this, ...args): void | Promise<void>
      • Parameters

        • this: ForgeClient
        • Rest...args: AssertArgs<Events[T]>

        Returns void | Promise<void>

  • get name(): T
  • Returns T

Methods