Coded by @nexpid
Last updated 1 year ago
Was this helpful?
{ "name": "Self Destruct", "description": "A plugin that deletes itself when installed", "authors": [ { "name": "nexpid", "id": "853550207039832084" } ], "main": "src/index.ts", "vendetta": { "icon": "placeholder" } }
import { id } from "@vendetta/plugin"; import { removePlugin } from "@vendetta/plugins"; export const onLoad = () => removePlugin(id);