discord-diabetes / diabot

A diabetes-oriented chatbot for Discord
https://discord.gg/diabetes
Other
21 stars 13 forks source link

Update to JDA 5 + general improvements #180

Closed p5nbTgip0r closed 2 years ago

p5nbTgip0r commented 2 years ago

This PR looks big, but most of it is just find+replace for JDA 5's breaking changes + updating dependencies. I also did a few miscellaneous things while I was refactoring, like simplifying the bot's application command framework and adding the coroutine event manager from jda-ktx.

Dependency changes

Application command framework changes (read more)

Misc changes