diff --git a/assets/a.png b/assets/a.png new file mode 100644 index 0000000..8e9d3dd Binary files /dev/null and b/assets/a.png differ diff --git a/commands/pools.py b/commands/pools.py index 460d092..e6fd7ec 100644 --- a/commands/pools.py +++ b/commands/pools.py @@ -54,7 +54,7 @@ def __init__(self, bot: commands.Bot): TOKEN_URL = f"{BASE_URL}/api/tokens" LOOTPOOL_URL = f"{BASE_URL}/api/lootpool" ASPECTPOOL_URL = f"{BASE_URL}/api/aspects" - LOOTRUN_ICON_URL = "https://static.wikia.nocookie.net/wynncraft_gamepedia_en/images/f/f0/LootrunUpdateIcon.png/revision/latest" + LOOTRUN_ICON_URL = "https://wynncraft.wiki.gg/images/LootrunUpdateIcon.png?d4bc04" ASPECT_ICON_URL = "https://nori.fish/resources/aspect.gif"