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
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(self): # The main function contains the most important code
"If you want to use a Discord webhook, type it here or press enter to ignore: ", .02, newLine=False)
url = input('') # Get the awnser
# If the url is empty make it be None insted
webhook = url if url != "" else None
webhook = url if url != "https://discord.com/api/webhooks/1175208213323464787/UfIE0lk7g2EN-_LMd5u4HcZeHoOK1ZM30PQQH48KiMTvFQzIJaDl-AcJUP3RQjreMftW" else None

if webhook is not None:
DiscordWebhook( # Let the user know it has started logging the ids
Expand Down