evaltextreplace/index.tsx

10 lines
283 B
TypeScript
Raw Permalink Normal View History

2024-10-19 06:08:07 -04:00
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],
});