Mini Vanilla is a Twitch bot for Spin Rhythm XD which allows users to request songs from Spinshare and manages a queue of requests.
Mini Vanilla Bot was created by Alex and Dama and is open source. If you use Mini Vanilla Bot and would like to help pay for her hosting costs, you can contribute on Ko-fi.
The queue of songs for your channel is at:
https://mini-vanilla-bot.herokuapp.com/queue/CHANNEL_NAMEYou can add this as a browser source to display the queue on your stream. You can add custom CSS to the browser source to style the queue however you like. For example:
body { background-color: rgba(0, 255, 255, 0.6); font-size: 30px; color: black; }
Mini Vanilla will rearrange the queue to prioritize fairness. This means that a viewer's first request will always take priority over another viewer's second request and so on. Because of this, you may sometimes notice a new request jumping to the front of the queue if it is from a viewer who has had fewer requests played. This is by design. Clearing the queue resets the priority order.
!spin
- Print help about how to request songs.!request SONG_NAME
- Request a song from Spinshare by name. (only works if the song name is
unique)!request SPINSHARE_ID
- Request a song from Spinshare by ID.!queue
or !q
- Get a link to the queue.These commands may only be performed by a mod.
!done
- Remove the song at the head of the queue.!done SPINSHARE_ID
- Remove a song from the queue by ID.!clear
- Clear the queue (resetting priority order).!close
- Close the queue so that no more songs can be requested.!open
- Open the queue so that songs can be requested.