/tags
/tag
1 parent 9513579 commit 948cf57Copy full SHA for 948cf57
1 file changed
src/main/java/net/javadiscord/javabot/systems/staff_commands/tags/commands/TagsCommand.java
@@ -12,7 +12,7 @@ public class TagsCommand extends SlashCommand {
12
* adds the corresponding {@link net.dv8tion.jda.api.interactions.commands.Command.Subcommand}s.
13
*/
14
public TagsCommand() {
15
- setSlashCommandData(Commands.slash("tags", "Commands for interacting with Custom Tags."));
+ setSlashCommandData(Commands.slash("tag", "Commands for interacting with Custom Tags."));
16
addSubcommands(new TagViewSubcommand(), new TagListSubcommand());
17
}
18
0 commit comments