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({
showEquicordDonor: {
type: OptionType.BOOLEAN,
description: "Enable to show Equicord donor badges in chat.",
description: "Enable to show Equicord Donor badges in chat.",
hidden: true,
default: true
},
EquicordDonorPosition: {
type: OptionType.NUMBER,
description: "The position of the Vencord Donor badges.",
description: "The position of the Equicord Donor badges.",
hidden: true,
default: 0
},
@ -37,7 +37,7 @@ const settings = definePluginSettings({
},
showVencordDonor: {
type: OptionType.BOOLEAN,
description: "Enable to show Vencord donor badges in chat.",
description: "Enable to show Vencord Donor badges in chat.",
hidden: true,
default: true
},