fix (stats): Fix misnamed variable.

This commit is contained in:
2021-12-15 14:36:09 +02:00
parent d2a5eed245
commit e8547f9f4b

View File

@@ -202,7 +202,7 @@ async def cmd_stats(ctx):
elif time_rank == 3:
rank_str = "3rd"
else:
time_rank = "{}th".format(time_rank)
rank_str = "{}th".format(time_rank)
embed.description = "{} has studied for **{}**{}{}".format(
target.mention,