Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenner authored Oct 29, 2024
1 parent 676a4e0 commit 4eb2680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const createDiscordMessage = async (packetGroup, text) => {
// },
{
name: "Packet",
value: `[${packetGroup.id.toString(16)}](https://meshview.armooo.net/packet/${packetGroup.id})`,
value: `[${packetGroup.id.toString(16)}]`,
inline: true,
},
{
Expand Down Expand Up @@ -424,7 +424,7 @@ const createDiscordMessage = async (packetGroup, text) => {

return {
name: `Gateway`,
value: `[${gatewayDisplaName} (${hopText})](https://meshview.armooo.net/packet_list/${nodeHex2id(envelope.gatewayId.replace("!", ""))})${gatewayDelay > 0 ? " (" + gatewayDelay + "ms)" : ""}`,
value: `[${gatewayDisplaName} (${hopText})](https://meshtastic.liamcottle.net/?node_id=${nodeHex2id(envelope.gatewayId.replace("!", ""))})${gatewayDelay > 0 ? " (" + gatewayDelay + "ms)" : ""}`,
inline: true,
};
}),
Expand Down

0 comments on commit 4eb2680

Please sign in to comment.