Closed mitchmcdee closed 6 years ago
As per title, adds automatic usage handling to commands by wrapping them in a try block within on_command and catching UsageSyntaxExceptions. Added this to all applicable scripts along with some tests.
try
on_command
UsageSyntaxException
Fixes #214.
As per title, adds automatic usage handling to commands by wrapping them in a
try
block withinon_command
and catchingUsageSyntaxException
s. Added this to all applicable scripts along with some tests.Fixes #214.