mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 15:34:26 -04:00
Fix these folder names
This commit is contained in:
parent
a0eb38934c
commit
163ceb80e4
4 changed files with 0 additions and 0 deletions
15
src/equicordplugins/vcSupport/index.ts
Normal file
15
src/equicordplugins/vcSupport/index.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Vencord, a Discord client mod
|
||||
* Copyright (c) 2024 Vendicated and contributors
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
|
||||
export default definePlugin({
|
||||
name: "VCSupport",
|
||||
description: "Wumpus Dance + Support Warnings",
|
||||
authors: [EquicordDevs.thororen, EquicordDevs.coolesding],
|
||||
enabledByDefault: true
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue