From c94413a396acaabec773ceca3abfadc4f6059f8a Mon Sep 17 00:00:00 2001 From: alexpolo1 Date: Fri, 8 Nov 2024 08:08:15 +0100 Subject: [PATCH] Update autocraft9x9.py nodisc --- autocraft9x9.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autocraft9x9.py b/autocraft9x9.py index aea0bce..0319cdf 100644 --- a/autocraft9x9.py +++ b/autocraft9x9.py @@ -8,7 +8,7 @@ def log_and_print(message): # Add logging here if needed def post_to_discord(message): - webhook_url = 'https://discord.com/api/webhooks/1171735460729606145/Fyls4_uD7it29TNo7LktQFynb3k1K-BHLx9Y4WqzDK806o1_bVTNz94JNc996kDi-jE6' + webhook_url = 'https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' data = {"content": message} response = requests.post(webhook_url, json=data) log_and_print(f"Posted to Discord: {message}") @@ -58,4 +58,4 @@ focus_minecraft_window() shift_click_inventory_slots() final_message = f"Crafted 256 {crafted_item}(s)." log_and_print(final_message) -post_to_discord(final_message) \ No newline at end of file +post_to_discord(final_message)