diff --git a/src/main/java/cc/fascinated/bat/features/logging/command/ListSubCommand.java b/src/main/java/cc/fascinated/bat/features/logging/command/ListSubCommand.java index 1d6ef20..050050b 100644 --- a/src/main/java/cc/fascinated/bat/features/logging/command/ListSubCommand.java +++ b/src/main/java/cc/fascinated/bat/features/logging/command/ListSubCommand.java @@ -98,7 +98,7 @@ public class ListSubCommand extends BatSubCommand implements EventListener { To remove a log channel, it's the same as setting it, but with `/logs remove` instead of `/logs set` \s - *Use the buttons below to see the log channels for each category* + *Use the buttons below to see the log events for each category* """, false).build()).build(); } }