The arguments passed to client.on()
to register this listener
The actual function registered to the client as the direct listener. Set by the client when this instance is called by Client.addEvent. This is a bit of a hack and shouldn't be relied on in its current state. If you have a use case that requires access to this property, get in touch and I'll see if I can improve the way this is handled to better support you.
The actual function registered to the client as the direct listener. Set by the client when this instance is called by Client.addEvent. This is a bit of a hack and shouldn't be relied on in its current state. If you have a use case that requires access to this property, get in touch and I'll see if I can improve the way this is handled to better support you.
The name of the file the event listener was loaded from, if any.
If true, the listener is only called the first time the event occurs
The name of the event this listener is attached to
Generated using TypeDoc
Class associating an event handler with an event.