StarryPy / StarryPy3k

StarryPy on Python3k
Other
53 stars 35 forks source link

Feature/python 3.11 #150

Closed evonzee closed 1 year ago

evonzee commented 1 year ago

Modify codebase to support Python 3.11 and the latest discord library

evonzee commented 1 year ago

Made some big changes to remove the remaining ensure_futures, including switching main to use asyncio.run(), standardizing on async Commands, handling backgrounding in send_message, and a few other tweaks.

evonzee commented 1 year ago

Awesome! Thanks, folks. I'll be working on some other issues and will provide PRs as I do.