Version: v1Notable Versions
⚒️ Bug Fixes
- Fix leaderboard not properly showing users when some have left the server.
✅ Additions
- Add
eslint
to the
project. (#c567aa5)
- Add
auto_purge
option
to connect()
(#02958e9)
⚒️ Bug Fixes
- Fix
charts()
not properly reporting when user doesn't have canvas
installed. (#9cdaf7b)
- Fix
rank()
not buffering image
as image/webp
. (#9cdaf7b)
- Fix
leaderboard()
Position & Cache issues.
⬆️ Dependencies
- Bump
mongoose
from V6 to V7.
- Bump
@napi-rs/canvas
from v0.1.28 to v0.1.41.
⭐ Improvements
- Improved Code Quality.
- Improved Performance.
⚒️ Bug Fixes
- Fix
addLevel()
only adding 1 level.
- Fix
roleSetup.find()
returning only 1 Role ID.
💎 Design Changes
- Update UI of
rank()
, including a new default background.
⬆️ Dependencies
- Replace
canvas
with @napi-rs/canvas
for better performance, and to fix node-gyp
issues.
⭐ Improvements
- Update
rank()
to use @napi-rs/canvas
.
⚒️ Bug Fixes
- Fix
position
not actually working
in charts()
. (#72a1ac8)
- Fix
addLevel
not correcting XP, and not adding specified level.
⬆️ Dependencies
- Replace
chart.js-image
with chart.js
to remove vulnerabilities & improve
performance. (#b57ad49)
⭐ Improvements
- Eliminate
discord.js
functions from being used in the
package. (#72a1ac8)
⚒️ Bug Fixes