⏪ iconURL is now bot avatar, due to local access
This commit is contained in:
parent
89b57a367e
commit
b685f3a8d0
2 changed files with 2 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue