def _can_run(command, ctx): try: return await command.can_run(ctx) except commands.CommandError: return False