From fa3da55b113d37fc825c1f6c8634d66acdb30812 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:56:32 -0500 Subject: [PATCH] Update filterA.ts --- plugins/filterA.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/filterA.ts b/plugins/filterA.ts index 743e49f..0adc6f8 100644 --- a/plugins/filterA.ts +++ b/plugins/filterA.ts @@ -2,10 +2,10 @@ import { PluginType, makePlugin, controller, ControlPlugin } from "@sern/handler import type { AutocompleteInteraction } from 'discord.js' /** - * @plugin - * @author jacoobes + * @plugin + * filters autocomplete interaction that pass the criteria + * @author jacoobes [<@182326315813306368>] * @version 1.0.0 - * @description filters autocomplete interaction that pass the criteria * @example * ```ts * import { CommandType, commandModule } from "@sern/handler";