Fix the footer for avatar
I've had this fixed for god knows how long now and am only now getting it uploaded wtf
This commit is contained in:
parent
b6989333da
commit
2837b1c637
|
@ -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()
|
||||
|
|
Reference in New Issue