mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 08:39:24 -05:00
🚌
This commit is contained in:
parent
a849b0503e
commit
0337bdb8c8
1 changed files with 2 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { EquicordDevs } from "@utils/constants";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
import { SettingsRouter } from "@webpack/common";
|
import { SettingsRouter } from "@webpack/common";
|
||||||
|
|
||||||
|
@ -12,12 +13,7 @@ import { settings } from "./utils/settings";
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "ThemeLibrary",
|
name: "ThemeLibrary",
|
||||||
description: "A library of themes for Vencord.",
|
description: "A library of themes for Vencord.",
|
||||||
authors: [
|
authors: [EquicordDevs.Fafa],
|
||||||
{
|
|
||||||
name: "Fafa",
|
|
||||||
id: 428188716641812481n,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
settings,
|
settings,
|
||||||
toolboxActions: {
|
toolboxActions: {
|
||||||
"Open Theme Library": () => {
|
"Open Theme Library": () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue