Updated Global settings

This commit is contained in:
Toastie 2024-09-21 14:43:36 +12:00
parent a6939b2220
commit a0bd130a5f
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
6 changed files with 9 additions and 9 deletions
src/EllieBot/Modules/Xp

View file

@ -445,7 +445,7 @@ public partial class Xp : EllieModule<XpService>
if (!string.IsNullOrWhiteSpace(item.Desc))
eb.AddField(GetText(strs.desc), item.Desc);
#if GLOBAL_NADEKO
#if GLOBAL_ELLIE
if (key == "default")
eb.WithDescription(GetText(strs.xpshop_website));
#endif