Update main.py
Browse files
main.py
CHANGED
@@ -170,12 +170,14 @@ async def get_download_media_file(file_id: str = None):
|
|
170 |
ALERT_WARN = """
|
171 |
π¨ Security Alert: API Key Activity Detected!
|
172 |
|
173 |
-
ποΈ Logs Path: {text_log}
|
|
|
|
|
174 |
|
175 |
-
π API Key: {api_key}
|
176 |
β οΈ If you didn't authorize this, **revoke your API key immediately** to prevent unauthorized access.
|
177 |
|
178 |
-
π **Never share your user_id** β it can be used for hacking attempts.
|
|
|
179 |
π Need help? Contact support: @xpushz
|
180 |
"""
|
181 |
|
|
|
170 |
ALERT_WARN = """
|
171 |
π¨ Security Alert: API Key Activity Detected!
|
172 |
|
173 |
+
ποΈ Logs Path: `{text_log}`
|
174 |
+
|
175 |
+
π API Key: <spoiler>{api_key}</spoiler>
|
176 |
|
|
|
177 |
β οΈ If you didn't authorize this, **revoke your API key immediately** to prevent unauthorized access.
|
178 |
|
179 |
+
π **Never share your user_id** β it can be used for hacking attempts.
|
180 |
+
|
181 |
π Need help? Contact support: @xpushz
|
182 |
"""
|
183 |
|