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