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: [{ embeds: [{
title: `Alert Map`, title: `Alert Map`,
image: { image: {
alertmapurl: `attachment://alerts.png` url: `attachment://alerts.png`
}, },
color: 0x00ff00 color: 0x00ff00
}], }],