Usage: ~songreq [query] [value]
Listed below are the possible [query] options.
Depending on what the value of [query] is, the required [value] changes.
- add
-
[value] should then be a Spotify URI, share link, search query, etc.
This gets sent to the Spotify API, and the returned song is added to the queue.
-
This only works if the broadcaster has the Spotify Song Request function binded to a channel point reward.
- emote
-
A string (just plain-text) representing what emote shows up before the song request message.
- [value]'s default is Okayge.
- queue
-
Accesses the weak internal Spotify queue that the bot keeps for its purposes, like the overlay.
-
[query] = start will start the internal Spotify queue with a recurring task.
It runs every 5 seconds, updating itself with the current queue for incoming song requests each time.
This is attempted once automatically when the stream starts.
-
[query] = stop will stop the internal Spotify queue, and destroys the recurring task.
This is attempted once automatically when the stream ends.
If this fails, please try running this command as it costs valuable computational resources!