musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Remove StateManager with plain imports #152

Open borisliao opened 3 years ago

borisliao commented 3 years ago

Describe what needs to be changed. StateManager was created for cogs to share data between each other. Removal of the StateManager and going back to event_listener storing all memory would reduce complexity.

Describe the proposed changes Remove StateManager with a simpler approach, such as imports.

Originally posted by @Exsects in https://github.com/mbox-contributors/mbox/issues/142#issuecomment-877543085