From cf71e5a01d279c76538322fa27311dada07fd8d6 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Fri, 26 Jul 2024 08:13:25 -0400 Subject: [PATCH] Init --- index.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 index.tsx 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], +});