evaltextreplace/index.tsx
2024-10-19 06:08:07 -04:00

10 lines
283 B
TypeScript

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],
});