Adding @ tag to Discord notification

This commit is contained in:
Dom 2024-09-02 22:48:56 +01:00
parent fec010ac7a
commit 47e1ddcca5

View File

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