[commands] Add CommandNotFound error.

This commit is contained in:
Rapptz
2016-01-05 01:11:52 -05:00
parent 246698254f
commit 51186c3ca4
3 changed files with 22 additions and 11 deletions

View File

@@ -334,7 +334,6 @@ class Group(GroupMixin, Command):
if ctx.invoked_subcommand:
yield from ctx.invoked_subcommand.invoke(ctx)
# Decorators
def command(name=None, cls=None, **attrs):