From ca785ea546a8f911425f87e54664508e05e15c79 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 18 Jun 2024 13:19:04 -0600 Subject: [PATCH] The "url" on line 1221 is a discord thing, you cannot change it to anything else --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ad886f9..8193ce7 100644 --- a/index.js +++ b/index.js @@ -1218,7 +1218,7 @@ discord.on("interactionCreate", async (interaction) => { embeds: [{ title: `Alert Map`, image: { - alertmapurl: `attachment://alerts.png` + url: `attachment://alerts.png` }, color: 0x00ff00 }], -- 2.43.5