iconURL is now bot avatar, due to local access

This commit is contained in:
Axel Olausson Holtenäs 2022-05-30 18:31:20 +02:00
parent 89b57a367e
commit b685f3a8d0
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA
2 changed files with 2 additions and 4 deletions

View file

@ -29,8 +29,7 @@ export default {
.setTimestamp(new Date())
.setAuthor({
name: "Member Joined",
iconURL:
"https://img.icons8.com/color-glass/48/000000/user-male-circle.png",
iconURL: client.user?.displayAvatarURL(),
})
.setFooter({
text: embedConfig.footerText,

View file

@ -29,8 +29,7 @@ export default {
.setTimestamp(new Date())
.setAuthor({
name: "Member Left",
iconURL:
"https://img.icons8.com/color-glass/48/000000/user-male-circle.png",
iconURL: client.user?.displayAvatarURL(),
})
.setFooter({
text: embedConfig.footerText,