We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FormCommand
1 parent 123282b commit 7fccf8eCopy full SHA for 7fccf8e
src/main/java/net/discordjug/javabot/systems/staff_commands/forms/commands/FormCommand.java
@@ -5,7 +5,8 @@
5
import xyz.dynxsty.dih4jda.interactions.commands.application.SlashCommand;
6
7
/**
8
- * The `/form` command.
+ * The {@code /form} command. This is the base command. It holds subcommands
9
+ * used to manage forms and their submissions.
10
*/
11
public class FormCommand extends SlashCommand {
12
0 commit comments