diff --git a/src/handler/sern.ts b/src/handler/sern.ts index 9409584..c6a651f 100644 --- a/src/handler/sern.ts +++ b/src/handler/sern.ts @@ -149,7 +149,11 @@ export interface Wrapper { /** * An object to be passed into Sern.Handler constructor. * @typedef {object} Module - * + * @property {string} desc + * @property {Visibility} visibility + * @property {CommandType} type + * @property {(eventParams : Context, args : Ok) => Awaitable | void>)} delegate + * @prop {(ctx: Context, args: Arg) => Utils.ArgType} parse */ export interface Module { alias: string[],