Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
ef82d6a
1
Parent(s):
1349b0a
Update start.py
Browse files- Powers/plugins/start.py +4 -4
Powers/plugins/start.py
CHANGED
|
@@ -87,11 +87,11 @@ async def start(c: Gojo, m: Message):
|
|
| 87 |
try:
|
| 88 |
await m.reply_animation(
|
| 89 |
animation="https://media.giphy.com/media/p1ocgMPg7WIpoxHUfc/giphy.gif",
|
| 90 |
-
caption="""Hey
|
| 91 |
-
|
| 92 |
-
|
| 93 |
|
| 94 |
-
|
| 95 |
reply_markup=(await gen_start_kb(m)),
|
| 96 |
quote=True,
|
| 97 |
|
|
|
|
| 87 |
try:
|
| 88 |
await m.reply_animation(
|
| 89 |
animation="https://media.giphy.com/media/p1ocgMPg7WIpoxHUfc/giphy.gif",
|
| 90 |
+
caption=f"""Hey {m.from_user.first_name}! My self Gojo 😎.
|
| 91 |
+
I'm here to help you manage your groups!
|
| 92 |
+
Hit /help to find out more about how to use me in my full potential!
|
| 93 |
|
| 94 |
+
Join my [News Channel](https://t.me/gojo_updates) to get information on all the latest updates.""",
|
| 95 |
reply_markup=(await gen_start_kb(m)),
|
| 96 |
quote=True,
|
| 97 |
|