Class EventAbstract

Constructors

Properties

Methods

Constructors

Properties

name: keyof ClientEvents

The name of the event.

once: boolean = false

If the event should be fired only once.

Methods

  • Bind the event to the client, when the something event from AdvancedClient will be fire, this event will be also fired.

    Parameters

    Returns void

  • The run function, executed when the event is fired.

    Parameters

    Returns any

  • Unbinds the event to the client.

    Parameters

    Returns void

Generated using TypeDoc