fix image not showing

This commit is contained in:
NK 2023-04-14 13:34:41 +01:00
parent 6ff8a030ec
commit 401e962ea1

View file

@ -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({