Update filterA.ts

This commit is contained in:
Jacob Nguyen
2023-09-09 00:56:32 -05:00
committed by GitHub
parent df745ca85e
commit fa3da55b11

View File

@@ -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";