Skip to content

Commit 948cf57

Browse files
renamed /tags to /tag
1 parent 9513579 commit 948cf57

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/javadiscord/javabot/systems/staff_commands/tags/commands

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/staff_commands/tags/commands/TagsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class TagsCommand extends SlashCommand {
1212
* adds the corresponding {@link net.dv8tion.jda.api.interactions.commands.Command.Subcommand}s.
1313
*/
1414
public TagsCommand() {
15-
setSlashCommandData(Commands.slash("tags", "Commands for interacting with Custom Tags."));
15+
setSlashCommandData(Commands.slash("tag", "Commands for interacting with Custom Tags."));
1616
addSubcommands(new TagViewSubcommand(), new TagListSubcommand());
1717
}
1818
}

0 commit comments

Comments
 (0)