mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
change: winlb now has a title
This commit is contained in:
@@ -173,7 +173,8 @@ public partial class Gambling
|
|||||||
.Page((items, curPage) =>
|
.Page((items, curPage) =>
|
||||||
{
|
{
|
||||||
var eb = CreateEmbed()
|
var eb = CreateEmbed()
|
||||||
.WithOkColor();
|
.WithTitle(GetText(strs.winlb))
|
||||||
|
.WithOkColor();
|
||||||
|
|
||||||
if (items.Count == 0)
|
if (items.Count == 0)
|
||||||
{
|
{
|
||||||
|
@@ -1157,5 +1157,6 @@
|
|||||||
"notify_desc_protection": "Triggers when antialt, antispam or antiraid is triggered.",
|
"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_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_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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user