Releases: SinisterDeveloper/discord-moderation-bot
Version 2.1.0 (Critical)
Critical Update
A NodeJS update rendered the code unfunctional. Addressed the issues and added some new features
New Features:
minage
command - Sets Minimum Discord Account Age requirement to help filter possible scammers and ban evadersunban
command - Unbans a given Discord User
Code Changelog
- Updated code to make it more efficient
Issues Addressed:
This version has addressed all the open issues:
#10 #12 #11
Note:
The code still uses an older version of Discord.js
, however it is completely functional as intended. Version 3
of the repository (if it'll happen) will update to the newer version and integrate features such as slash commands and other updates. However, the main aim of the release was to make the code/project functional and helpful again. Thank you.
Database and Discord API version upgrade
There were plenty of changes in this release:
-
Integrated database for the commands, punishments/infractions are now stored in your database! 🎉
-
Upgraded to Discord.js Version 13 which in turn uses the latest Discord API Version 🎮
-
Bug Fixes ⚙
-
Fixed some small coding style issues 🖥