munar-helper-booth-lockskip
v2.0.3
Published
Helper function to lock-skip DJ Booths with Munar bots.
Downloads
14
Readme
munar-helper-booth-lockskip
Helper function for "lock-skipping" DJs in Munar plugins.
Intended for Adapters with a DJ Booth and a DJ History, like plug.dj or üWave.
Installation
$ npm install --save munar-helper-booth-lockskip
Usage
import lockskip from 'munar-helper-booth-lockskip'
// Skip DJ and move them to the second position in the wait list
await lockskip(adapter)
// Skip DJ and move them to a custom (zero-indexed) position in the wait list
await lockskip(adapter, { position: 5 })