You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day all.
I have been using the Evobot now for about a month and have included in a local copy a sqlite DB, as well command modification/adds, which adds the following:
Add: /load (ld) - Load your Likes
/playtop (pt) - Adds to top of queue
Added to the include directory is a db.js which is then added to the /play and /playlist commands. When a URL is passed and validated, its added to the db and adding a like for that discord_id to the URL. The assumption here is if you /playlist or /play a song, you like those songs.
Within the include/play.js I made some slight mods removing the stop box and adding a Thumbs UP and Thumbs Down reply.
Excuse my ignorance on any protocols but would this be of interest to the community? I have the core working and not sure what if this is solved, out of scope, a nice forked idea or something everything all would be interested? Let me know, would be happy to share back and see it evolve.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good day all.
I have been using the Evobot now for about a month and have included in a local copy a sqlite DB, as well command modification/adds, which adds the following:
Add: /load (ld) - Load your Likes
/playtop (pt) - Adds to top of queue
Added to the include directory is a db.js which is then added to the /play and /playlist commands. When a URL is passed and validated, its added to the db and adding a like for that discord_id to the URL. The assumption here is if you /playlist or /play a song, you like those songs.
Within the include/play.js I made some slight mods removing the stop box and adding a Thumbs UP and Thumbs Down reply.
Excuse my ignorance on any protocols but would this be of interest to the community? I have the core working and not sure what if this is solved, out of scope, a nice forked idea or something everything all would be interested? Let me know, would be happy to share back and see it evolve.
Beta Was this translation helpful? Give feedback.
All reactions