Skip to content

Commit d967f6d

Browse files
committed
Update user.py
1 parent 52f7208 commit d967f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

counting/commands/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async def leaderboard(self, ctx: commands.Context) -> None:
112112
numalign="left",
113113
)
114114
embed = discord.Embed(
115-
title=f"🏆 Counting Leaderboard — {ctx.guild.name}",
115+
title=f"🏆 Counting Global Leaderboard",
116116
description=box(table, lang="prolog"),
117117
color=await ctx.embed_color(),
118118
)

0 commit comments

Comments
 (0)