new descs 3

This commit is contained in:
batchprogrammer314
2021-06-26 20:22:22 -05:00
parent 0a02f19e48
commit 08118bff57

View File

@@ -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() {