Add tiny comment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-22 17:27:56 +01:00
parent 655840dc82
commit ecdb0c73e8
2 changed files with 2 additions and 3 deletions

View File

@@ -21,9 +21,7 @@ public class CommandsCommand implements MessageCommand
public List<Permission> getPermissions() { return null; }
@Override
public boolean passRawArgs() {
return false;
}
public boolean passRawArgs() { return false; }
@Override
public void runCommand(MessageReceivedEvent event, String label, String[] args) {