You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands_CommandErrored currently only handles CommandNotFoundExceptions.
A helpful error to handle would be ArgumentException to give the user a hint that they've used the command wrong and direct them to use the !help command.
Commands_CommandErroredcurrently only handlesCommandNotFoundExceptions.A helpful error to handle would be
ArgumentExceptionto give the user a hint that they've used the command wrong and direct them to use the!helpcommand.