import { Devs } from "@utils/constants"; import definePlugin from "@utils/types"; export default definePlugin({ name: "EvalTextReplace", description: "Allows you to eval code when a specific text pattern is matched (USE AT YOUR OWN RISK)", authors: [Devs.nin0dev], });