1.2.0
*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,