You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
demoncord-rewrite/src/api/ui/settings/test.jsx

9 lines
231 B

import { React, nests } from "../../common"
export default () => {
const extNest = demon.require("internal/nest")
const pluginList = Object.keys(extNest.ghost.pluginsList)
return (
<h1>{pluginList}</h1>
)
}