Add list alias
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user