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
48
48
* Added a rankcard to /xp (#17 )
49
49
* User management (#19 )
50
50
* Added syncing (#24 )
51
+ ### Patches
52
+ #### Beta 0.1.1
53
+ * Fixed wrong data being shown on the leaderboard
51
54
52
55
# Roadmap
53
56
* Rewritten site using NextJS
@@ -56,4 +59,5 @@ Thanks to @ToastedDev for his contributions to the bot. Here are some changes th
56
59
* Live updates
57
60
* Track guilds and users xp
58
61
62
+
59
63
Want 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 32
32
< / h2>
33
33
< p class = " userXP" > XP : < %= user .xp .toLocaleString () % >
34
34
< / 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 % > % )
36
36
< / p>
37
37
< / div>
38
38
< / div>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xpbot" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"scripts" : {
6
6
"dev:api" : " bun --watch api/index.ts --dev" ,
7
7
"dev:bot" : " bun --watch bot/index.ts --dev" ,
You can’t perform that action at this time.
0 commit comments