Skip to content

Commit 037061d

Browse files
committed
Fix form submissions delete subcommand description
1 parent f03aa15 commit 037061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/SubmissionsDeleteFormSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public SubmissionsDeleteFormSubcommand(FormsRepository formsRepo, BotConfig botC
3636
super(botConfig, formsRepo);
3737
this.formsRepo = formsRepo;
3838
setCommandData(new SubcommandData("submissions-delete", "Deletes submissions of a user in the form").addOptions(
39-
new OptionData(OptionType.INTEGER, FORM_ID_FIELD, "The ID of a form to get submissions for", true, true),
39+
new OptionData(OptionType.INTEGER, FORM_ID_FIELD, "The ID of a form to delete submissions from", true, true),
4040
new OptionData(OptionType.USER, "user", "User to delete submissions of", true)));
4141
}
4242

0 commit comments

Comments
 (0)