Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
v1.0.2-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
222ryan authored May 6, 2022
1 parent 25a8a11 commit 19bdf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KumosLab/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def check(reaction, user):
embed.add_field(name=f"#{x + 1 + num - len(user_list)}: {user_list[x]}",
value=f"```Coins: {coins_list[x]:,}🪙\nWins: {wins_list[x]:,}\nLosses: {losses_list[x]:,}```", inline=True)
user_list.clear()
wins.clear()
wins_list.clear()
losses_list.clear()
coins_list.clear()
embed.set_footer(text=f"Page {page}/{len(pages)}")
Expand Down

0 comments on commit 19bdf00

Please sign in to comment.