diff --git a/src/handler/structures/module.ts b/src/handler/structures/module.ts index 9f33d6c..66e205b 100644 --- a/src/handler/structures/module.ts +++ b/src/handler/structures/module.ts @@ -47,6 +47,7 @@ export type ContextMenuUser = Override[]; plugins?: (CommandPlugin)[]; + description? : string; execute: (ctx: UserContextMenuCommandInteraction) => Awaitable }> @@ -54,6 +55,7 @@ export type ContextMenuMsg = Override[]; plugins?: CommandPlugin[]; + description? : string; execute: (ctx: MessageContextMenuCommandInteraction) => Awaitable }>;