From cb221ae7ff50e52985d731a40b66d3aa0e11f2d1 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:32:19 -0500 Subject: [PATCH] fix(assertFields): comment update (#105) --- plugins/assertFields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/assertFields.ts b/plugins/assertFields.ts index 340eb25..8894736 100644 --- a/plugins/assertFields.ts +++ b/plugins/assertFields.ts @@ -26,7 +26,7 @@ * } * }) * ``` - * @plugin + * @end */ import { CommandControlPlugin, CommandType, controller } from "@sern/handler"; import type { ModalSubmitInteraction } from "discord.js";