Skip to content

Commit

Permalink
fix: do not delete application form once used
Browse files Browse the repository at this point in the history
We want members to use the same application form when applying for roles
instead of removing it once it gets used. The command to generate a form
should be used once.
  • Loading branch information
christolis committed Oct 6, 2024
1 parent 5be1e15 commit 29c8ee6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public void onStringSelectSelection(StringSelectInteractionEvent event, List<Str
.addActionRow(ActionRow.of(body).getComponents())
.build();

event.getHook().deleteOriginal().queue();
event.replyModal(modal).queue();
}

Expand Down

0 comments on commit 29c8ee6

Please sign in to comment.