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:",