Closed NikolasDmn closed 6 months ago
Closing for now. I think I've gotta rethink how to structure the project, the complexity is starting to expand passed what I intended.
This change is good and appreciated, I just want to figure out how to make the overall project more manageable first
Notes to consider, mainly either very bad code I saw or small changes I made (aside from a rewrite):
[ ] On spotify_commands.py:164 why is the duration hardcoded
[ ] On spotify_commands.py:182 why is the rate limiter inaccurate (compared to what is logged/sent) and hardcoded
[ ] On utils__init__.py:9 I am not sure if this would work on the exe
[ ] On chat_commands.py changed so that the help_command actually fetched the prefix instead of hardcoded "!"
[ ] On spotify_utils.py:get_queue_message. This looks quite bad I am not gonna lie
[ ] On ChatCommands.chat_song_request. Why is there an unused argument requests
Further TODOs: