Add list alias

This commit is contained in:
Badbird5907
2023-01-05 19:44:41 -05:00
parent 7d83b1f8f2
commit f68a728f85

View File

@@ -236,7 +236,10 @@ public class BotCommand extends CommandInstance {
@Command(
name = "count",
desc = "Counts the amount of bots on screen by name."
desc = "Counts the amount of bots on screen by name.",
aliases = {
"list"
}
)
public void count(CommandSender sender) {
List<String> names = manager.fetchNames();