Errors and their listeners
In my commands when I want to throw an error I just use
throw '<message>' and then send an embed with that error using the MessageCommandError event listener. This works fine however It also logs to my console, which is really annoying me. Is there a way to disable this?