v3.3.0
v3.3.0, just like v3.1.0 is mainly a hotfix to get Needle working again after a breaking Discord API change (by upgrading the DJS version). However, I took the time to fix some other bugs while I was at it.
Full Changelog: v3.2.0...v3.3.0
New features
- ✨ Thread title will no longer show numbers for channel/role/user mentions (#347) - by @nchristopher in #379
Bug fixes
- 🐛 Catch-up script should no longer break (#315) - by @MarcusOtter in a1ac453
- 🐛 Threads are now closable even if the author is a webhook (#308) - by @MarcusOtter in 4a44980
- 🐛 Variables starting with
THREAD_
can now be used in reply message (#346) - by @MarcusOtter in f30124a - 🐛 Commands are no longer mixed up between servers (#290) - by @MarcusOtter in c42f31d
Package upgrades
- ⬆️
eslint
8.29.0 ->8.37.0 - ⬆️
@typescript-eslint/parser
5.46.1 -> 5.57.0 - ⬆️
@typescript-eslint/eslint-plugin
5.46.1 -> 5.47.1 - ⬆️
discord.js
14.6.0 -> 14.8.0 - ⬆️
eslint-config-prettier
8.5.0 -> 8.8.0
Other
- 🔊 More logs in the console which makes it easier to troubleshoot Needle - by @MarcusOtter in 7610168
- ♻ Cleaned up Help.ts - by @EdvinAldi in #403
New Contributors
- @EdvinAldi made their first contribution in #403! Thank you! ✨❤️