So the bot at the moment was written with discordpy 1.0 with discord version 3.6.x. In order to get new functionalities we upgraded to discordpy 2.0, but this introduced changes that broke most of the shit I made so far. Won't need a complete rewrite but need to refactor stuff to get commands and the bot working again.
Fortunately modularizing the code will make this very easy, and the only files that need to be touched are Goose.py and the bot_booter.py files.
So the bot at the moment was written with discordpy 1.0 with discord version 3.6.x. In order to get new functionalities we upgraded to discordpy 2.0, but this introduced changes that broke most of the shit I made so far. Won't need a complete rewrite but need to refactor stuff to get commands and the bot working again.
Fortunately modularizing the code will make this very easy, and the only files that need to be touched are Goose.py and the bot_booter.py files.