From 24ba72353eddce3462941f27604f0d668f1dc8a1 Mon Sep 17 00:00:00 2001 From: defnotken Date: Mon, 8 Sep 2025 19:52:03 -0500 Subject: [PATCH] modal changes --- .../LightlessSyncServices/Discord/MareWizardModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSyncServer/LightlessSyncServices/Discord/MareWizardModule.cs b/LightlessSyncServer/LightlessSyncServices/Discord/MareWizardModule.cs index b474ee6..2dc4a70 100644 --- a/LightlessSyncServer/LightlessSyncServices/Discord/MareWizardModule.cs +++ b/LightlessSyncServer/LightlessSyncServices/Discord/MareWizardModule.cs @@ -194,7 +194,7 @@ public partial class LightlessWizardModule : InteractionModuleBase public string Title => "Set Vanity UID"; [InputLabel("Set your Vanity UID")] - [ModalTextInput("vanity_uid", TextInputStyle.Short, "5-15 characters, underscore, dash", 5, 15)] + [ModalTextInput("vanity_uid", TextInputStyle.Short, "3-15 characters, underscore, dash", 3, 15)] public string DesiredVanityUID { get; set; } }