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 78a3144 commit 0436febCopy full SHA for 0436feb
src/commands/aoc.ts
@@ -97,7 +97,7 @@ const createEmbedFromLeaderBoard = (
97
log.info(`[AoC] Created Fields for the bottom ${members.length - top.length} Members`);
98
99
return {
100
- title: "AoC Leaderboard",
+ title: `AoC Leaderboard ${lb.event}`,
101
description: "Aktuelle Platzierungen in der CSZ",
102
author: {
103
name: "AoC-Shitpost-Bot",
0 commit comments