diff --git a/src/miiverse_mod_application.rs b/src/miiverse_mod_application.rs index 5d80e2c..6a52a0c 100644 --- a/src/miiverse_mod_application.rs +++ b/src/miiverse_mod_application.rs @@ -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,