From 5ae7311746210264c6a8d7fa9fa3d7e94690dc29 Mon Sep 17 00:00:00 2001 From: thororen Date: Mon, 3 Feb 2025 13:49:56 -0500 Subject: [PATCH] Update index.tsx --- index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.tsx b/index.tsx index 50b2433..df23d68 100644 --- a/index.tsx +++ b/index.tsx @@ -128,10 +128,14 @@ const settings = definePluginSettings({ description: "Discord Nitro", options: [ { - label: "Nitro", - value: "nitro", + label: "None", + value: "none", default: true }, + { + label: "Nitro", + value: "nitro" + }, { label: "Bronze", value: "bronze"