Skip to content

1.2.0

Compare
Choose a tag to compare
@2JJ1 2JJ1 released this 24 Jul 10:48
· 96 commits to master since this release

*Fixed the mute timer
*Added the slowmode command. If updating from a previous version, you will need to add the new settings from settings.default.js to settings.js. The new configuration can be found in settings.modCommands

//true - Allows use of the "slowmode" command
//"!slowmode 5" Each user can only send one message every 5 seconds
slowMode: false,
//The max seconds the slowmode command will set the SLOWMODE
maxSlowMode: 10,