diff --git a/index.tsx b/index.tsx new file mode 100644 index 0000000..4685062 --- /dev/null +++ b/index.tsx @@ -0,0 +1,14 @@ +/* + * Vencord, a Discord client mod + * Copyright (c) 2024 nin0dev + * SPDX-License-Identifier: GPL-3.0-or-later + */ + +import { Devs } from "@utils/constants"; +import definePlugin from "@utils/types"; + +export default definePlugin({ + name: "InRole", + description: "Know who is in a role", + authors: [Devs.nin0dev], +});