Releases: saiteja-madha/discord-js-bot
Releases · saiteja-madha/discord-js-bot
Version 5.5.0
What's changed:
- bump up dependencies ee92064
- logs dir is automatically created 825ce35
- voice stats seconds is precisely calculated b1a3cc0
What's fixed:
- Fix /help: Cannot read properties of undefined (reading 'find') by @rhaym-tech in #406
- Fix "Unknown Interaction" error when start a giveaway by @rhaym-tech in #407
- fix duplicate ranks by @saiteja-madha in #468
- Update image API base url by @rhaym-tech in #446
- fixed rank card by @Airwav in #452
- Fix subcommands not loading in /help embed by @rhaym-tech in #425
- Fix contexts count always 0 by @rhaym-tech in #424
- Fix /search bug: select menu options must be >= 1 by @rhaym-tech in #428
- Fix move command "No matching channels found" by @rhaym-tech in #445
- 5.5.0 Docker release by @saiteja-madha in #470
Full Changelog: 5.4.0...5.5.0
Version 5.4.0
Changelog:
- Updated from old to new usernames
- @vitalets/google-translate-api (9.1.0 to 9.2.0)
- discord.js (14.9.0 to 14.11.0)
- dotenv (16.1.4 to 16.3.1)
- enhanced-ms (2.2.0 to 2.3.0)
- module-alias (2.2.2 to 2.2.3)
- mongoose (7.2.2 to 7.3.4)
- node-fetch (2.6.11 to 2.6.12)
- pino (8.11.0 to 8.14.1)
- pino-pretty (10.0.0 to 10.0.1)
Bug Fixes:
- Fixed rank card username
- Fixed greeting fields can't be deleted in dashboard
- Fixed greeting fields not updating in dashboard
- Fixed anti-massmention
- Fixed null is not snowflake error
- Fixed command usage
- Fixed replit issues
- Fixed suggestion null
- Fixed Broken API links
New Contributors
Full Changelog: 5.3.0...5.4.0
Version 5.3.0
Changelog
- added mongodb service to docker-compose
- default mute timeout is now 24 hours
- added few more loggers for debugging
Bug Fixes
- Fix Queue text not sending by @EdVoids in #280
- Issue bot wont disconnect after play music by @EdVoids in #275
- Check if modlog channel is already disabled by @arturdealcantara in #277
- Fix strikes are null after updating by @Airwav in #312
- Fix automod not muting after strikes reached/mute length by @Airwav in #313
- Fix mute length by @Airwav
- Fix mongoose deprecation warning e82e1a5
- Fix TypeError: Invalid parameter(s) 24072a2
- Fix greeting channel doesn't save #304 612d07d
- Fix month bug for log files 20634d6
- Fix move permissions 006fb77
New Contributors
- @arturdealcantara made their first contribution in #277
- @Airwav made their first contribution in #312
Full Changelog: 5.2.0...5.3.0
Version 5.2.0
Changelog:
- Added color to
/embed
command - Added
/lyrics
command - Added thumbnail to now playing music
- Upgrade discord.js from 14.6.0 to 14.7.1
- Upgrade enhanced-ms from 2.1.1 to 2.2.0
- Upgrade mongoose from 6.7.2 to 6.8.0
- Updated dev dependencies
Bug Fixes:
- Updated deprecated discord.js values b1af198
- Fix typo in move command 86d36eb
- Fix typo in purge command e37f461
- Fix typo in kick command 148060d
- Fix double mongodb connection #265
- Fix ticket limit bug 93e4204
- Possible fix for music issues #243
- Stats Handler: Type Error #244 88705d4
- Loop command #245 7490f59
- Rank channel not working #258 f4492e9
- Dashboard: whitelisted channels #261 1ab6904
- Dashboard: farewell description #262 0da08a8
New Contributors
Full Changelog: 5.1.0...5.2.0
Version 5.1.0
Changelog
- Autorole to skip unassignable roles #226
- Reputation leaderboard #230
- Support for New Image API #229
- New Image command:
/overlay
#229 - Slash command only (Ability to disable prefix commands)
- Slash embed command
/embed
- Replit and Heroku support #240
- Replace Erela.JS with lavaclient #219
- Security upgrade @vitalets/google-translate-api from 8.0.0 to 9.0.0
- Upgrade discord.js from 14.3.0 to 14.6.0
- Upgrade dotenv from 16.0.2 to 16.0.3
- Upgrade enhanced-ms from 1.0.2 to 2.1.1
- Upgrade expressjs/express@4.18.1...4.18.2
- Upgrade Automattic/mongoose@6.5.0...6.7.2
- Upgrade node-fetch/node-fetch@v2.6.1...v2.6.7
- Upgrade pinojs/pino@v8.3.1...v8.7.0
- Upgrade pinojs/pino-pretty@v8.1.0...v9.1.1
- Upgrade gajus/table@v6.8.0...v6.8.1
Bug Fixes
- Timeout command
NaN is not a function
#196 - Spelling error in the api #211
- Purge Command Bug #153
- Unhandled Exception #233
Contributors
Full Changelog: 5.0.1...5.1.0
Version 5.0.1
Bug Fixes
- antiMassMention - slash command doesn't work ad84e2e
- giveawayStart - fails if invalid host is provided 1a2d849
- giveawaySetup - DiscordAPIError[50001]: Missing Access 34bd95e
- automod - TypeError: Cannot read properties of null 1477a0a
- guildCreate - Error [FetchOwnerId]: Couldn't resolve the guild ownerId to fetch the member 89638ff
- ticket setup - DiscordAPIError[50013]: Missing Permissions 244a641
- fixes - TypeError: this.safeSend is not a function 209bfdc
- timeout - RangeError: Invalid time value 1d56207
- added missing wait() function 804fe59
- added example nodes configuration 0d42f86
Full Changelog: 5.0.0...5.0.1
Version 5.0.0
Breaking Changes
- upgrade to discord.js v14.
- command classes are converted to plain JS Objects
- contexts are converted to plain JS Objects
- config.js structure is changed
- major schema changes (Use "scripts" folder for migration)
- utilities are moved to helpers folder
- greeting and levelling variables are changed (Refer doc)
Changelog
- profile command deleted
- erela js events are moved into erelaHandler
- modlog styling is changed
- automod strikes logic has been updated (b2802b9)
- discord-modals package replaced with default discord.js
- nsfw command is removed
- antiscam is renamed as antispam
- added new react command endpoints
- country-emoji-languages integration
- all dependencies bumped up
Warning !!
- The v4 database needs to be migrated before you can switch to v5 (Use scripts folder)
5.0.0-prerelease
Breaking Changes
- upgrade to discord.js v14.
- command classes are converted to plain JS Objects
- contexts are converted to plain JS Objects
- config.js structure is changed
- major schema changes (Use "scripts" folder for migration)
- utilities are moved to helpers folder
- greeting and levelling variables are changed (Refer doc)
Changelog
- profile command deleted
- erela js events are moved into erelaHandler
- modlog styling is changed
- automod strikes logic has been updated (b2802b9)
- discord-modals package replaced with default discord.js
- nsfw command is removed
- antiscam is renamed as antispam
- added new react command endpoints
- country-emoji-languages integration
- all dependencies bumped up
Warning !!
- The v4 database needs to be migrated before you can switch to v5 (Use scripts folder)
- This is a pre-release and bugs are expected. Do not run this on your main bot until the final version is out
- Feel free to test and report bugs in our discord
Version 4.3.0
What's new
- update to discord.js v13.10.3
- discord dashboard logging