From a943a2a4ecc2359b39cc6ae130e9fa4840bf76dd Mon Sep 17 00:00:00 2001 From: Toastie Date: Thu, 12 Dec 2024 19:29:53 +1300 Subject: [PATCH] winlb now has a title --- src/EllieBot/Modules/Gambling/BetStatsCommands.cs | 3 ++- src/EllieBot/data/strings/responses/responses.en-US.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/EllieBot/Modules/Gambling/BetStatsCommands.cs b/src/EllieBot/Modules/Gambling/BetStatsCommands.cs index 76514bc..6c18359 100644 --- a/src/EllieBot/Modules/Gambling/BetStatsCommands.cs +++ b/src/EllieBot/Modules/Gambling/BetStatsCommands.cs @@ -173,7 +173,8 @@ public partial class Gambling .Page((items, curPage) => { var eb = CreateEmbed() - .WithOkColor(); + .WithTitle(GetText(strs.winlb)) + .WithOkColor(); if (items.Count == 0) { diff --git a/src/EllieBot/data/strings/responses/responses.en-US.json b/src/EllieBot/data/strings/responses/responses.en-US.json index bce5753..fdb6dbb 100644 --- a/src/EllieBot/data/strings/responses/responses.en-US.json +++ b/src/EllieBot/data/strings/responses/responses.en-US.json @@ -1157,5 +1157,6 @@ "notify_desc_protection": "Triggers when antialt, antispam or antiraid is triggered.", "notify_desc_addrolerew": "Triggers when a user gets a role as a reward for reaching a level (xprew).", "notify_desc_removerolerew": "Triggers when a user loses a role as a reward for reaching a level (xprew).", - "notify_desc_not_found": "No description found for this notify event. Please report this." + "notify_desc_not_found": "No description found for this notify event. Please report this.", + "winlb": "Biggest Wins Leaderboard" }