refactor: make players and songs object-oriented

This commit is contained in:
2024-12-30 19:52:20 -05:00
parent db355e8ade
commit dc795f7ffe
6 changed files with 114 additions and 84 deletions

View File

@@ -13,6 +13,7 @@ RELOADABLE_MODULES = [
"constants",
"core",
"events",
"player",
"utils",
"voice",
"youtubedl",