(Utils)
Utility Types
Awaited<T>: T | Promise<T>;
DJSAwaited<T>: T | PromiseLike<T>
Arrayed<T>: T | T[];
DJSSend: string | MessagePayload | MessageOptions;
SlashSend = string | MessagePayload | InteractionReplyOptions;
Last updated
Was this helpful?