scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
541 stars 181 forks source link

Unsupport discord.py v1.7.x #195

Closed tuna2134 closed 1 year ago

tuna2134 commented 1 year ago

Discord api removed v7, so discord.py v1.7.x can’t use.

5594CD8B-87B3-44DE-BD17-EDEF511233B3

scarletcafe commented 1 year ago

There's not really any immediate reason to do this since the environments this would affect are broken regardless of whether jishaku claims it's compatible or not. A bump should probably be done at the same time as the shims being removed, and that would involve also reconsidering whether fork support is still worth it or not amongst other things. I have ideas for PaginatorInterface that might warrant the cleanup anyway, but I'm not particularly going to prioritize bumping the requirements until I hit something that justifies it, and at that point it would probably just be a straight bump to 2.1/2.2, whatever the latest is at the time.