Hi I am a music improv streamer who allows my YouTube audience to submit song requests to my AudioDJ queue. I wanted to know if it was possible for Nightbot to periodically check to see if a user is presently watching my stream and if they are not to remove their request from AudioDJ.
I figured in theory I could create a custom command that fetched a list of all present users in the stream and then iterated through all the songs in the AudioDJ queue - checked if the requested user's name was in the list and if not - remove the song from the queue.
Any tips would be appreciated. Thanks