forked from EllieBotDevs/elliebot
Updated Global settings
This commit is contained in:
parent
a6939b2220
commit
a0bd130a5f
6 changed files with 9 additions and 9 deletions
src/EllieBot/Modules/Xp
|
@ -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
|
||||
|
|
Reference in a new issue