Fixed coma

This commit is contained in:
Djeex 2025-03-14 11:04:57 +00:00
parent b381efd257
commit 62bc725a1c

View File

@ -124,7 +124,7 @@ def send_discord_notification(gpu_name: str, product_link: str, products_price:
} }
], ],
"description": f"**:point_right: [Acheter maintenant]({product_link})**", "description": f"**:point_right: [Acheter maintenant]({product_link})**",
"url": f"{product_link}" "url": f"{product_link}",
"footer": { "footer": {
"text": "Par KevOut & Djeex" "text": "Par KevOut & Djeex"
} }