diff --git a/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java b/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java index 6a63c3d..94c4f11 100644 --- a/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java +++ b/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java @@ -19,7 +19,7 @@ public class ResetCommand implements CommandInterface { private final NPCManager manager; private final String name; - private final String description = "Information about loaded bots."; + private final String description = "Remove all loaded bots."; private final String cmdArgs = ""; public ResetCommand() {