change: winlb now has a title

This commit is contained in:
Kwoth
2024-12-11 17:13:59 +00:00
parent f8fbc71985
commit adfce6670c
2 changed files with 4 additions and 2 deletions

View File

@@ -173,7 +173,8 @@ public partial class Gambling
.Page((items, curPage) =>
{
var eb = CreateEmbed()
.WithOkColor();
.WithTitle(GetText(strs.winlb))
.WithOkColor();
if (items.Count == 0)
{

View File

@@ -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"
}