fix botvis and command handler + console commands colors

This commit is contained in:
ChomeNS
2023-03-24 09:21:05 +07:00
parent 6e2eb9ec74
commit 1f36cd9959
3 changed files with 5 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ public class CommandHandlerPlugin {
count++;
}
}
if (usage.contains("<hash>")) count--; // bad fix?
return count;
}