remove debug code
This commit is contained in:
parent
8aad8a95c0
commit
e0969ad1f9
1 changed files with 0 additions and 2 deletions
|
@ -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)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue