xences

Results 1 issues of xences

```py profile = await xbl_client.profile.get_profile_by_gamertag("Saa") xuid = profile.profile_users[0].id try: friendlist = await xbl_client.people.get_friends_by_xuid(xuid) except ClientResponseError as e: print(f"Failed to fetch friend list: {e}") ``` profile works, the request works it's...