Init
This commit is contained in:
parent
974b088381
commit
cf71e5a01d
1 changed files with 14 additions and 0 deletions
14
index.tsx
Normal file
14
index.tsx
Normal 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],
|
||||
});
|
Loading…
Reference in a new issue