Skip to content

Commit 05ebe4f

Browse files
committed
Update reopen command description
1 parent e4a7c0b commit 05ebe4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ public ReopenFormSubcommand(FormsRepository formsRepo, FormInteractionManager in
3838
super(botConfig, formsRepo);
3939
this.formsRepo = formsRepo;
4040
this.interactionManager = interactionManager;
41-
setCommandData(new SubcommandData("reopen", "Reopen a closed form").addOptions(
42-
new OptionData(OptionType.INTEGER, FORM_ID_FIELD, "The ID of a closed form to reopen", true, true)));
41+
setCommandData(new SubcommandData("reopen", "Reopen a closed form. This will allow new submissions.")
42+
.addOptions(new OptionData(OptionType.INTEGER, FORM_ID_FIELD, "The ID of a closed form to reopen", true,
43+
true)));
4344
}
4445

4546
@Override

0 commit comments

Comments
 (0)