
Leaderboard_pages = await self.get_all_leaderboard_pages(page_count_limit = page_count_limit, guild_id=guild_id)įile "C:\Users\junya\AppData\Local\Programs\Python\Python38\lib\site-packages\mee6_py_api\plugins\levels.py", line 28, in get_all_leaderboard_pages User_details = await self.get_user_details(user_id, guild_id, dont_use_cache, page_count_limit)įile "C:\Users\junya\AppData\Local\Programs\Python\Python38\lib\site-packages\mee6_py_api\plugins\levels.py", line 42, in get_user_details It throws me the giant error Traceback (most recent call last):įile "C:\Users\junya\AppData\Local\Programs\Python\Python38\lib\asyncio\runners.py", line 43, in runįile "C:\Users\junya\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 608, in run_until_completeįile "C:\Users\junya\AppData\Local\Programs\Python\Python38\lib\site-packages\mee6_py_api\plugins\levels.py", line 55, in get_user_xp Run(_user_level(user_id)) #i enter my user id here, n basically just allows me to run asynchronous functions without it being inside an asynchronous function. Mee6API = API(your_guild_id) #i enter my guild id here

Seems like it's outdated, when I tried this code on my terminal from mee6_py_api import API

I came across mee6-py-api, but it doesn't work for me.

I am using python and is trying to get a user's level on the well known MEE6 bot's leveling system.
