Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Multi-server automatic leaderboards

Latest
Compare
Choose a tag to compare
@Mirasaki Mirasaki released this 08 Mar 11:13
· 8 commits to main since this release
be4858d

This release changes the way the automatic leaderboard module functions, and now takes your config from the /config/servers.json file - the /config/.env file is no longer used for this. If you update to this version, you will have to update your /config/servers.json file according to the example

+ feat: support automatic leaderboard for each server defined in servers.json
+ use dev script instead of start:dev
+ update example servers.json file
+ use global commands instead of test commands
+ conditional TEST_SERVER_GUILD_ID command management, leave it undefined and you'll only have global commands
- remove config from .env
- remove some unused eslint-rule ignores

Full Changelog: v1.1.9...v1.2.0