mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-04-01 11:40:47 +05:00
merge from main
This commit is contained in:
parent
b0078f3a26
commit
ae6737b477
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…
Add table
Reference in a new issue