The actual function registered to the client as the direct listener. This function gets the context object from the client and runs the user listener with the event arguments and the context object.
The actual function registered to the client as the direct listener. This function gets the context object from the client and runs the user listener with the event arguments and the context object.
The name of the event this listener is attached to
The name of the file the event listener was loaded from, if any.
The function run when the event is emitted
The function run when the event is emitted
If true, the listener is only called the first time the event occurs
The arguments passed to client.on()
to register this listener
Generated using TypeDoc
Class associating an event handler with an event.