Notes
- Moved changelog from README.md to CHANGELOG.md
- Removed unused code in cracktunes/lib.rs
- Removed the wrapper struct for rusty_ytdlp, using it directly
- More unit tests (up to 22.08% project-wide, not including ones that take serenity context)
- All goals for version 0.3.10 put in github and assigned.
Future
- Member update event log does not correct identify when a user’s avatar has changed.
- The autoplay messages go to the channel the bot is playing music in, even if it is being commanded from another channel, or the music channel is set. This should definitely be fixed for the music channel, but what should be do in the other case? It seems to make the most intuitive sense that it should put the autoplaying notice in the channel it’s being used from. But what if it’s randomly commanded once from a non-related text channel? Should it then dump all autoplay messages in there until ti’s used from somewhere else? I think perhaps keeping those sort of messages to the designated music channel, or the channel that the bot is being used in, makes the most sense.
- There is a significant performance issue where it takes about 10 seconds to start playing anything.