-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
refactorimprovements to codebase without affecting functionalityimprovements to codebase without affecting functionality
Description
A lot of logic is in client that could be extracted to separate classes/files, such as image processing, to make it tidier and more readable.
- separate image processing logic
- separate last.fm API logic
- separate command parsing logic (meaning non-slash commands, which are handled in
client.py
. on_message is the entrypoint.)
Metadata
Metadata
Assignees
Labels
refactorimprovements to codebase without affecting functionalityimprovements to codebase without affecting functionality