mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-04 00:10:05 -05:00
fix name
This commit is contained in:
parent
130af33415
commit
a30946b6e1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue