@client.command() async def lolstats(ctx): id = lol.get_summoner_by_name(\'Endergebnis\') final = lol.get_games(id) await ctx.send(final)
lol API Python