The "url" on line 1221 is a discord thing, you cannot change it to anything else

This commit is contained in:
Christopher Cookman 2024-06-18 13:19:04 -06:00
parent 64f4bc676e
commit ca785ea546
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -1218,7 +1218,7 @@ discord.on("interactionCreate", async (interaction) => {
embeds: [{
title: `Alert Map`,
image: {
alertmapurl: `attachment://alerts.png`
url: `attachment://alerts.png`
},
color: 0x00ff00
}],