File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ Thanks to @ToastedDev for his contributions to the bot. Here are some changes th
4848* Added a rankcard to /xp (#17 )
4949* User management (#19 )
5050* Added syncing (#24 )
51+ ### Patches
52+ #### Beta 0.1.1
53+ * Fixed wrong data being shown on the leaderboard
5154
5255# Roadmap
5356* Rewritten site using NextJS
@@ -56,4 +59,5 @@ Thanks to @ToastedDev for his contributions to the bot. Here are some changes th
5659* Live updates
5760* Track guilds and users xp
5861
62+
5963Want to add more features? Join our server (linked above) and add a post to ` feature-requests `
Original file line number Diff line number Diff line change 3232 < / h2>
3333 < p class = " userXP" > XP : < %= user .xp .toLocaleString () % >
3434 < / p>
35- < p class = " userXP" > Level < %= user .level .toLocaleString () % > | < %= user .xp .toLocaleString () % > / < %= (user .xp + user .xp_needed_next_level ).toLocaleString () % > points to next level (< %= user .progress_next_level % > % )
35+ < p class = " userXP" > Level < %= user .level .toLocaleString () % > | < %= user .xp_needed_next_level .toLocaleString () % > / < %= (user .xp + user .xp_needed_next_level ).toLocaleString () % > points to next level (< %= user .progress_next_level % > % )
3636 < / p>
3737 < / div>
3838 < / div>
Original file line number Diff line number Diff line change 11{
22 "name" : " xpbot" ,
33 "type" : " module" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "scripts" : {
66 "dev:api" : " bun --watch api/index.ts --dev" ,
77 "dev:bot" : " bun --watch bot/index.ts --dev" ,
You can’t perform that action at this time.
0 commit comments