mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
use server avatar is possible
This commit is contained in:
parent
aa5d328d38
commit
fa62deb39b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class MessageCreate extends BaseEvent {
|
|||
}),
|
||||
iconURL: "https://wynem.com/assets/images/icons/quote.webp",
|
||||
})
|
||||
.setThumbnail(msg.author.avatarURL())
|
||||
.setThumbnail(msg.author.displayAvatarURL())
|
||||
.setDescription(msg.content !== "" ? msg.content : `*${message.translate("common:MISSING")}*`)
|
||||
.addFields([
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue