From 2837b1c63796c2588d8b3c135c05e3434b46aeb4 Mon Sep 17 00:00:00 2001 From: Sophie M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Fri, 7 May 2021 11:22:40 -0500 Subject: [PATCH] Fix the footer for avatar I've had this fixed for god knows how long now and am only now getting it uploaded wtf --- commands/avatar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/avatar.js b/commands/avatar.js index 6703783..061104c 100644 --- a/commands/avatar.js +++ b/commands/avatar.js @@ -9,8 +9,8 @@ module.exports = { "description": "Here is " + user.username + "'s avatar!", "color": 9442302, "footer": { - "icon_url": "https://cdn.discordapp.com/embed/avatars/0.png", - "text": "Made with <3 in Illinois | Anitrox (C) 2018-2021 IDeletedSystem64" + "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", + "text": "Made with ❤ in Illinois | Anitrox © IDeletedSystem64 2018-2021" }, "image": { "url": user.displayAvatarURL()