We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f7208 commit d967f6dCopy full SHA for d967f6d
1 file changed
counting/commands/user.py
@@ -112,7 +112,7 @@ async def leaderboard(self, ctx: commands.Context) -> None:
112
numalign="left",
113
)
114
embed = discord.Embed(
115
- title=f"🏆 Counting Leaderboard — {ctx.guild.name}",
+ title=f"🏆 Counting Global Leaderboard",
116
description=box(table, lang="prolog"),
117
color=await ctx.embed_color(),
118
0 commit comments