Ghost-Proxy / Voluspa

Ghost Proxy Proto-Warmind AI
MIT License
2 stars 1 forks source link

Updates for discord.py 2.0.1 #72

Closed OxyOCE closed 1 year ago

OxyOCE commented 1 year ago

Had a look through the migration guide - looks like most things were already okay with the following two exceptions:

https://discordpy.readthedocs.io/en/latest/migrating.html#removing-in-place-edits https://discordpy.readthedocs.io/en/latest/migrating.html#extension-and-cog-loading-unloading-is-now-asynchronous

Also needed to add message_content intents as we knew.

Also needed to bump Jishaku and UVLoop as the older versions were throwing stack traces. No robust testing here but with the bumped version, Voluspa started and worked with a few select commands.

RecursiveHook commented 1 year ago

One minor change and we can merge!