(Callbacks)

Callbacks Types

args is the message splitted by a space without the command name

  • EventCallback<V extends keyof ClientEvents, T = unknown>: (destructureThis: { client: AFKHandler<T>; gadget: AFKHandler<T>["gadget"]; }, ...parameters: ClientEvents[V]) => DJSAwaited<void>;

Last updated

Was this helpful?