fix image not showing
This commit is contained in:
parent
6ff8a030ec
commit
401e962ea1
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ client.on("messageCreate", async message => {
|
||||||
iconURL: message.author.displayAvatarURL({ dynamic: true }),
|
iconURL: message.author.displayAvatarURL({ dynamic: true }),
|
||||||
})
|
})
|
||||||
.setThumbnail(
|
.setThumbnail(
|
||||||
"https://github.com/night0721/cath.exe/blob/main/util/assets/images/nyx_logo_transparent.webp"
|
"https://raw.githubusercontent.com/night0721/cath.exe/main/util/assets/images/nyx_logo_transparent.webp"
|
||||||
)
|
)
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
message.reply({
|
message.reply({
|
||||||
|
|
Loading…
Reference in a new issue