[commands] Add CommandNotFound error.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user