v2.2.0
v2.2.0 introduces some minor feature additions and bug fixes.
See full changelog: v2.1.0...v2.2.0
New features
- Discord no longer requires a boost level to set 3 day or 7 day auto-archive durations. Needle was still preventing users from doing this, which is no longer the case (#158)
Bug fixes
- Needle has been crashing every 2-3 weeks because of an infinitely growing cache from Discord.js, making the bot eventually run out of RAM. We have now added cache invalidators (sweepers) that should clear the cache periodically, which will hopefully fix this issue (#160)
- The
/close
command's description has been updated to describe the command correctly
Other
- The repository now uses Prettier (#102)
- The README has been rewritten and improved