From e0d0051dcd8f32134fde09862b953ada0b5072b8 Mon Sep 17 00:00:00 2001 From: Mike Benner <36419818+mikebenner@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:06:34 -0700 Subject: [PATCH] Update index.ts --- index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.ts b/index.ts index bde0d5a..fc1f942 100644 --- a/index.ts +++ b/index.ts @@ -333,18 +333,18 @@ const createDiscordMessage = async (packetGroup, text) => { // console.log("maxHopStart", maxHopStart); const content = { - username: "Mesh Bot", + username: "SoCalMesh Parrot", avatar_url: "https://cdn.discordapp.com/app-icons/1240017058046152845/295e77bec5f9a44f7311cf8723e9c332.png", embeds: [ { - url: `https://meshview.armooo.net/packet_list/${packet.from}`, + url: `https://meshtastic.liamcottle.net/?node_id=${packet.from}`, color: 6810260, timestamp: new Date(packet.rxTime * 1000).toISOString(), author: { name: `${nodeInfos[nodeIdHex] ? nodeInfos[nodeIdHex].longName : "Unknown"}`, - url: `https://meshview.armooo.net/packet_list/${packet.from}`, + url: `https://meshtastic.liamcottle.net/?node_id=${packet.from}`, icon_url: avatarUrl, }, title: `${nodeInfos[nodeIdHex] ? nodeInfos[nodeIdHex].shortName : "UNK"}`,