make lower limit 3 characters. add forbidden words. #4

Merged
defnotken merged 2 commits from vanity-id-changes into master 2025-09-09 17:01:41 +00:00
Showing only changes of commit 24ba72353e - Show all commits

View File

@@ -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; }
}