def has_subcommands(self, command): """bool : Specifies if the command has subcommands.""" return isinstance(command, commands.GroupMixin)