10 lines
283 B
TypeScript
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],
|
|
});
|
|
|