Fix Broken Devs

This commit is contained in:
thororen1234 2024-07-07 00:48:27 -04:00
parent bc0543c8dd
commit e38a70a25e
8 changed files with 12 additions and 33 deletions

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import { EquicordDevs } from "@utils/constants";
import definePlugin from "@utils/types";
import { SettingsRouter } from "@webpack/common";
@ -12,12 +13,7 @@ import { settings } from "./settings";
export default definePlugin({
name: "ThemeLibrary",
description: "A library of themes for Vencord.",
authors: [
{
name: "Fafa",
id: 428188716641812481n,
},
],
authors: [EquicordDevs.Fafa],
settings,
toolboxActions: {
"Open Theme Library": () => {