From 7f1761e0c1f42f91b9115dfe88171c9523399cd7 Mon Sep 17 00:00:00 2001 From: alexpolo1 Date: Fri, 24 Nov 2023 07:23:36 +0100 Subject: [PATCH] Update raidfarm2.py now with disc link --- raidfarm2.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/raidfarm2.py b/raidfarm2.py index 24e98a6..5f21969 100644 --- a/raidfarm2.py +++ b/raidfarm2.py @@ -22,12 +22,13 @@ template_paths = { } # Your Discord webhook URL -discord_webhook_url = 'https://discord.com/api/webhooks/your_webhook_id/your_webhook_token' +discord_webhook_url = 'https://discord.com/api/webhooks/1171735460729606145/Fyls4_uD7it29TNo7LktQFynb3k1K-BHLx9Y4WqzDK806o1_bVTNz94JNc996kDi-jE6' + def send_discord_message(message, image_path=None): data = { "content": message, - "username": "Minecraft Bot" + "username": "raidfarm Bot" } files = None if image_path: