From 47e1ddcca590fcc24b792a1bfa066af0d5e78237 Mon Sep 17 00:00:00 2001 From: Dom Date: Mon, 2 Sep 2024 22:48:56 +0100 Subject: [PATCH] Adding @ tag to Discord notification --- ShipmentNotifierHelpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ShipmentNotifierHelpers.py b/ShipmentNotifierHelpers.py index 49e187b..25523db 100644 --- a/ShipmentNotifierHelpers.py +++ b/ShipmentNotifierHelpers.py @@ -18,6 +18,7 @@ def sendDiscordNotification(*args, settings=SETTINGS): shipmentNotification = requests.post( SETTINGS['DISCORD_WEBHOOK'], json = { + "content": "<@1242455259675230309>", "embeds": [ { "title": ":package: New Inbound Shipment Detected :package:",