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

@@ -2,8 +2,7 @@ import time
import disnake
player_queue = {}
player_current = {}
players = {}
command_locks = {}
intents = disnake.Intents.default()