-
-
Notifications
You must be signed in to change notification settings - Fork 15
[EN] Chat Request
The Chat Request module enables viewers to request maps to the streamer directly in their Twitch chat. When a request is carried out, it is added to the request queue. The streamer only has to open the waiting queue and click on the song to download it and play the map.


The maximum number of requests a viewer can carry simultaneously.
The number of additional requests channel VIPs can carry (cumulative with Subscriber bonus request).
The number of additional requests channel subscribers can carry (cumulative with VIP bonus request).
Request history size (i.e., save the last [x] maps requested).
Self-explanatory.
Self-explanatory.
The number of songs displayed when the « !queue » command is executed.
Cooldown (in seconds) before re-enabling the « !queue » command.

The minimum NJS (Note Jump Speed) that a map must have to be added to the queue. Searches in every game mode and every difficulty to figure out if at least one has a greater NJS than the minimum required.
The maximum NJS (Note Jump Speed) that a map must have to be added to the queue. Searches in every game mode and every difficulty to figure out if at least one has a lower NJS than the maximum required.
The minimum NPS (Note Per Second) that a map must have to be added to the queue. Searches in every game mode and every difficulty to figure out if at least one has a greater NPS than the minimum required.
The maximum NPS (Note Per Second) that a map must have to be added to the queue. Searches in every game mode and every difficulty to figure out if at least one has a lower NPS than the maximum required.
Only maps that don’t exceed this duration can be added to the queue.
Minimum upvote/downvote ratio a map must meet to be added to the queue.
Minimum upload date of a map so that it can be added to the queue (i.e., maps uploaded earlier cannot be queued)
Maximum upload date of a map so that it can be added to the queue (i.e., maps uploaded later cannot be queued)
Requests a map (by adding the map code or map name). Example: !bsr ff9 Example: !bsr Smooth Criminal
Displays a quick tutorial on “How to request a map?”.
Cancels the last request.
Displays non-played requests list with total duration.
Indicates if the queue is opened or closed (thus, if viewers can request or not), reamainig song count, and queue total duration.
Displays the current map’s name and mapper’s name. The bot also looks for the map on BeatSaver. If the map is available, a link to it will be displayed to access it.
Moderators only. Requests a map, ignoring filters and blacklist.
Moderators only. Requests a map directly on top of the queue.
Moderators only. Moves a request on top of the queue (only works with map code).
Moderators only. Blacklists a map in the queue (only works with map code).
Moderators only. Removes a map from the queue (only works with map code).
Moderators only. Opens queue (enables requests).
Moderators only. Closes queue (disables requests).