AznStevy / Maybe-Useful-Cogs

Random cogs for a discord bot.
MIT License
29 stars 31 forks source link

AttributeError: module 'aiohttp' has no attribute 'get' in Leveler #42

Open 1337god opened 6 years ago

1337god commented 6 years ago

https://www.reddit.com/r/learnpython/comments/6cbrl4/attributeerror_module_aiohttp_has_no_attribute_get/

AznStevy commented 6 years ago

Already aware. To fix, you just need to make a client session first and then use that. In terms of fixing it on git however, it probably won't be updated for a while, just fyi.

Repulser commented 6 years ago

Ive made #24 a while ago, should fix it

calebj commented 6 years ago

@Repulser's fix was merged, but then 8840d9ac4112c69d548d3420b4561e900c733fae undid them. Fixed again in #56.