From adfce6670c8ed604570c0c6d1beedaa560dd915f Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 11 Dec 2024 17:13:59 +0000 Subject: [PATCH] change: winlb now has a title --- src/NadekoBot/Modules/Gambling/BetStatsCommands.cs | 3 ++- src/NadekoBot/data/strings/responses/responses.en-US.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Gambling/BetStatsCommands.cs b/src/NadekoBot/Modules/Gambling/BetStatsCommands.cs index 738d1a45d..66a1cdf79 100644 --- a/src/NadekoBot/Modules/Gambling/BetStatsCommands.cs +++ b/src/NadekoBot/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/NadekoBot/data/strings/responses/responses.en-US.json b/src/NadekoBot/data/strings/responses/responses.en-US.json index f1a85dec3..7b9ac410e 100644 --- a/src/NadekoBot/data/strings/responses/responses.en-US.json +++ b/src/NadekoBot/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" }