Fix values

This commit is contained in:
thororen 2024-04-18 19:31:33 -04:00
parent 80f0e49bb7
commit 74177ea025

View file

@ -21,7 +21,7 @@ const settings = definePluginSettings({
type: OptionType.NUMBER,
description: "The position of the Vencord Donor badges.",
hidden: true,
default: 1
default: 0
},
showVencordDonor: {
type: OptionType.BOOLEAN,
@ -33,7 +33,7 @@ const settings = definePluginSettings({
type: OptionType.NUMBER,
description: "The position of the Vencord Donor badges.",
hidden: true,
default: 0
default: 1
},
showVencordContributor: {
type: OptionType.BOOLEAN,