Add an extra included plugins tab in readme

This commit is contained in:
thororen 2024-05-22 23:52:50 -04:00
parent a23655f3a7
commit 18ecb9997d
5 changed files with 78 additions and 80 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": () => {