This commit is contained in:
thororen 2024-04-18 19:54:51 -04:00
parent 130af33415
commit a30946b6e1

View file

@ -13,13 +13,13 @@ import { Text, useEffect, UserStore, useState } from "@webpack/common";
const settings = definePluginSettings({ const settings = definePluginSettings({
showEquicordDonor: { showEquicordDonor: {
type: OptionType.BOOLEAN, type: OptionType.BOOLEAN,
description: "Enable to show Equicord donor badges in chat.", description: "Enable to show Equicord Donor badges in chat.",
hidden: true, hidden: true,
default: true default: true
}, },
EquicordDonorPosition: { EquicordDonorPosition: {
type: OptionType.NUMBER, type: OptionType.NUMBER,
description: "The position of the Vencord Donor badges.", description: "The position of the Equicord Donor badges.",
hidden: true, hidden: true,
default: 0 default: 0
}, },
@ -37,7 +37,7 @@ const settings = definePluginSettings({
}, },
showVencordDonor: { showVencordDonor: {
type: OptionType.BOOLEAN, type: OptionType.BOOLEAN,
description: "Enable to show Vencord donor badges in chat.", description: "Enable to show Vencord Donor badges in chat.",
hidden: true, hidden: true,
default: true default: true
}, },