This commit is contained in:
nin0dev 2024-07-26 08:13:25 -04:00
parent 974b088381
commit cf71e5a01d

14
index.tsx Normal file
View file

@ -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],
});