Skip to content

Commit

Permalink
show rings on discord
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Dec 2, 2023
1 parent 0ab5acc commit b809bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lua/discord_botleaderboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ local function registerIt(successValue)
local line = statms..iconskin..rank..admin.."["..#player.."] `"..pname.."`: Score - "..player.score
if not player.pizzaface and player.ptsr_rank and player.lapsdid then
line = $ .. "; Laps - "..player.lapsdid -- .." / "..PTSR.maxlaps
line = $ .. "; Rings -"..player.rings
end
playerstats = $ + line.."\n"
end
Expand Down

0 comments on commit b809bcb

Please sign in to comment.