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!",
|
"description": "Here is " + user.username + "'s avatar!",
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://cdn.discordapp.com/embed/avatars/0.png",
|
"icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
||||||
"text": "Made with <3 in Illinois | Anitrox (C) 2018-2021 IDeletedSystem64"
|
"text": "Made with ❤ in Illinois | Anitrox © IDeletedSystem64 2018-2021"
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"url": user.displayAvatarURL()
|
"url": user.displayAvatarURL()
|
||||||
|
|
Reference in New Issue