Skip to content

Commit 6ac3946

Browse files
committed
feat: update karma started text
1 parent 103ab86 commit 6ac3946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/functions/karma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def build_leaderboard_embeds(
4545
color=discord.Color.gold(),
4646
timestamp=window_start,
4747
)
48-
embed.set_footer(text="Window started")
48+
embed.set_footer(text="Karma started")
4949
pages.append(embed)
5050

5151
return pages

0 commit comments

Comments
 (0)