kobayashley / blues

A companion to the Discord Rythm bot
0 stars 2 forks source link

Hook into Rythm Bot events and save them #2

Closed braxtonhall closed 3 years ago

braxtonhall commented 3 years ago

When Rythm bot creates a comment that is an announcement, save the songs timestamped for future use in playlist creation It may be useful to get the exact search that the user input incase the video title is sparse, however this may not be feasible

It would also make sense to log if a song gets skipped successfully (we wouldn't want that in a playlist)

To save them, we could just use sqlite so we don't need to spin up a database

braxtonhall commented 3 years ago

Actually I've never used this before, but this looks promising :)