Spaces:
Paused
Paused
teamx-cloner
commited on
Commit
Β·
f177d1f
1
Parent(s):
66c5337
Update inlinestuff.py
Browse files- assistant/inlinestuff.py +1 -1
assistant/inlinestuff.py
CHANGED
@@ -102,7 +102,7 @@ apis = [
|
|
102 |
|
103 |
@in_pattern(owner=False, func=lambda x: not x.text)
|
104 |
async def help(e):
|
105 |
-
TLINK = inline_pic()
|
106 |
MSG = "ββββββββββββββ’.β°.β’βββββββββββββ"
|
107 |
WEB0 = wb(
|
108 |
"https://telegra.ph/file/8d7b534e34e13316a7dd2.jpg", 0, "image/jpg", []
|
|
|
102 |
|
103 |
@in_pattern(owner=False, func=lambda x: not x.text)
|
104 |
async def help(e):
|
105 |
+
TLINK = inline_pic() or "https://telegra.ph/file/cad7038fe82e47f79c609.jpg"
|
106 |
MSG = "ββββββββββββββ’.β°.β’βββββββββββββ"
|
107 |
WEB0 = wb(
|
108 |
"https://telegra.ph/file/8d7b534e34e13316a7dd2.jpg", 0, "image/jpg", []
|