billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

r6sapi uses a version of aiohttp that discord.py cannot use #50

Closed rhugill closed 4 years ago

rhugill commented 4 years ago

Trying to push a Discord bot I made using the r6sapi to Heroku and I get an error saying r6sapi uses an older version of aiohttp (<3.0.0, >=2.3.3) which discord.py cannot use. Trouble is that on my PC when I run the bot myself, it works fine, then when I put it on a server it stops working. If I downgrade versions of discord.py and r6sapi to match aiohttp versions, all my code needs to be re-written because discord.py went through some massive changes in v1.0.0. Any suggestions would be great.

rhugill commented 4 years ago

Never mind I’m just an idiot.