From 85827eddc53bb94eb2d3f0617803a9d8951c7516 Mon Sep 17 00:00:00 2001 From: Djeex Date: Fri, 28 Mar 2025 18:26:14 +0000 Subject: [PATCH] Fixed footers --- nvidia-stock-bot.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nvidia-stock-bot.py b/nvidia-stock-bot.py index 41f37db..6ee3165 100644 --- a/nvidia-stock-bot.py +++ b/nvidia-stock-bot.py @@ -153,8 +153,10 @@ def send_out_of_stock_notification(gpu_name: str, product_link: str, products_pr "author": { "name": "Nvidia Founder Editions" }, + "footer": { - "text": "Par KevOut & Djeex" + "text": "NviBot • JV Hardware 2.0", + "icon_url": "https://git.djeex.fr/Djeex/nvidia-stock-bot/raw/branch/main/assets/img/ds_wh_pp.jpg" }, "fields": [ @@ -191,7 +193,8 @@ def send_sku_change_notification(old_sku: str, new_sku: str, product_link: str): "color": 16776960, # Jaune "footer": { - "text": "Par KevOut & Djeex" + "text": "NviBot • JV Hardware 2.0", + "icon_url": "https://git.djeex.fr/Djeex/nvidia-stock-bot/raw/branch/main/assets/img/ds_wh_pp.jpg" }, "fields": [ -- 2.47.2