Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
e8087b9
1
Parent(s):
78610ac
Update start.py
Browse files- Powers/plugins/start.py +1 -1
Powers/plugins/start.py
CHANGED
@@ -128,7 +128,7 @@ async def start(c: Gojo, m: Message):
|
|
128 |
])
|
129 |
await m.reply_photo(
|
130 |
photo=choice(StartPic),
|
131 |
-
|
132 |
reply_markup=kb,
|
133 |
quote=True,
|
134 |
)
|
|
|
128 |
])
|
129 |
await m.reply_photo(
|
130 |
photo=choice(StartPic),
|
131 |
+
caption="I'm alive :3",
|
132 |
reply_markup=kb,
|
133 |
quote=True,
|
134 |
)
|