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

Merged
ChrisChrome merged 2 commits from Testing into main 2024-06-18 13:22:15 -06:00

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
}],