def convert(cls, ctx, arg): try: return cls[arg.lower()] except KeyError: raise commands.BadArgument(f'{arg} is not a valid side...')