oops
All checks were successful
Build and Test / splatie (push) Successful in 10m33s

This commit is contained in:
red binder 2026-05-13 09:42:11 +02:00
commit fd2b3a852f

View file

@ -35,8 +35,8 @@ impl EventHandler for MiiverseModApplicationHandler {
let modal = CreateQuickModal::new("Moderator Application Form")
.short_field("What is your timezone?")
.short_field("How long are you usually availible every day?")
.paragraph_field("Why should we pick you?");
.paragraph_field("What could you contribute to the mod team?")
.paragraph_field("Why should we pick you?")
.paragraph_field("What could you contribute to the mod team?");
let response = match cmd.quick_modal(&ctx, modal).await{
Ok(v) => v,