forked from userplugins/clientSideBadges
Update index.tsx
This commit is contained in:
parent
204cd3c1a7
commit
5ae7311746
1 changed files with 6 additions and 2 deletions
|
@ -128,10 +128,14 @@ const settings = definePluginSettings({
|
||||||
description: "Discord Nitro",
|
description: "Discord Nitro",
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
label: "Nitro",
|
label: "None",
|
||||||
value: "nitro",
|
value: "none",
|
||||||
default: true
|
default: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Nitro",
|
||||||
|
value: "nitro"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Bronze",
|
label: "Bronze",
|
||||||
value: "bronze"
|
value: "bronze"
|
||||||
|
|
Loading…
Add table
Reference in a new issue