This commit is contained in:
parent
2f989b25b4
commit
fd2b3a852f
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue