remove debug code

This commit is contained in:
ChomeNS 2023-03-19 18:09:55 +07:00
parent 8aad8a95c0
commit e0969ad1f9

View file

@ -77,8 +77,6 @@ public class HelpCommand implements Command {
for (Command command : bot.commandHandler().commands()) {
final String name = command.name();
bot.logger().log(name);
if (command.trustLevel() != trustLevel) continue;
list.add(Component.text(name).color(getColorByTrustLevel(trustLevel)));
}