diff --git a/src/EllieBot/Modules/Xp/Xp.cs b/src/EllieBot/Modules/Xp/Xp.cs
index 12b9ea5..d41befa 100644
--- a/src/EllieBot/Modules/Xp/Xp.cs
+++ b/src/EllieBot/Modules/Xp/Xp.cs
@@ -314,8 +314,6 @@ public partial class Xp : EllieModule<XpService>
                   $"""
                    `{prefix}xpshop bgs`
                    `{prefix}xpshop frames`
-
-                   *{GetText(strs.xpshop_website)}*
                    """)
               .SendAsync();
     }
@@ -372,11 +370,6 @@ public partial class Xp : EllieModule<XpService>
                   if (!string.IsNullOrWhiteSpace(item.Desc))
                       eb.AddField(GetText(strs.desc), item.Desc);
 
-#if GLOBAL_NADEKO
-                  if (key == "default")
-                      eb.WithDescription(GetText(strs.xpshop_website));
-#endif
-
                   var tier = _service.GetXpShopTierRequirement(type);
                   if (tier != PatronTier.None)
                   {
diff --git a/src/EllieBot/strings/responses/responses.en-US.json b/src/EllieBot/strings/responses/responses.en-US.json
index 2e90d69..780b6a9 100644
--- a/src/EllieBot/strings/responses/responses.en-US.json
+++ b/src/EllieBot/strings/responses/responses.en-US.json
@@ -1064,7 +1064,6 @@
   "patron_insuff_tier": "Your Patron Tier insufficient to perform this action.",
   "xpshop_already_owned": "You already own this item.",
   "xpshop_item_not_found": "An item with that key doesn't exist.",
-  "xpshop_website": "You can see the list of all Xp Shop items here: <https://beta.elliebot.net>",
   "sticker_error": "You must either send a sticker along with this command, or upload a 300x300 .png or .apng image. Up to 512KB in size.",
   "sticker_missing_name": "Please specify a name for the sticker.",
   "thread_deleted": "Thread Deleted",