This commit is contained in:
thororen1234 2024-06-01 15:34:40 -04:00
parent 93a96bc120
commit d18e1b2415
43 changed files with 6 additions and 9034 deletions

View file

@ -5,6 +5,7 @@
*/
import { definePluginSettings } from "@api/Settings";
import { EquicordDevs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types";
import { SettingsRouter } from "@webpack/common";
@ -20,10 +21,7 @@ const settings = definePluginSettings({
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": () => {