Releases: 2JJ1/Private-Discord-Bot
v2.0.0 Slash Commands
The bot has completely switched to slash commands. Regular chat commands has been completely removed. Other improvements.
To upgrade from 1.x
*Update Node.js to at least v16.4.0. Blame Discord.js v13.
*run "npm install" to install the new packages
*If anything else is broken. Simply refill the settings.js file.
1.3.1
*New "addrole @mention @role|roleName" command
*New "removerole @mention @role|roleName" command
*New invite tracker feature
*New ignore roles feature for autoResponders setting
*Removed chat bot
*Other improvements
Other bug fixes and QoL improvements. If updating from a previous version, you will need to add the new settings from settings.default.js to settings.js.
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,