Cycle¶
Summary¶
Model emitted when a mod changes whether the booth should cycle DJs or not.
Model¶
{
   "moderator": "",
   "moderatorID": -1,
   "shouldCycle": false
}
Detail¶
- moderator
 Name of the moderator.
Type: String
Default Value:""- moderatorID
 ID of the moderator.
Type: Number
Default Value:-1- shouldCycle
 Whether or not the booth should cycle.
Type: Boolean
Default Value:false