Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
2d262c1
1
Parent(s):
a211a48
Update start.py
Browse files- Powers/plugins/start.py +4 -4
Powers/plugins/start.py
CHANGED
@@ -81,7 +81,7 @@ async def start(c: Gojo, m: Message):
|
|
81 |
parse_mode="markdown",
|
82 |
reply_markup=ikb(help_kb),
|
83 |
quote=True,
|
84 |
-
|
85 |
)
|
86 |
return
|
87 |
try:
|
@@ -94,7 +94,7 @@ async def start(c: Gojo, m: Message):
|
|
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 |
-
|
98 |
)
|
99 |
except UserIsBlocked:
|
100 |
LOGGER.warning(f"Bot blocked by {m.from_user.id}")
|
@@ -116,7 +116,7 @@ async def start_back(_, q: CallbackQuery):
|
|
116 |
|
117 |
Join my [News Channel](http://t.me/gojo_updates) to get information on all the latest updates.""",
|
118 |
reply_markup=(await gen_start_kb(q.message)),
|
119 |
-
|
120 |
)
|
121 |
except MessageNotModified:
|
122 |
pass
|
@@ -177,7 +177,7 @@ async def help_menu(_, m: Message):
|
|
177 |
parse_mode="markdown",
|
178 |
reply_markup=ikb(help_kb),
|
179 |
quote=True,
|
180 |
-
|
181 |
)
|
182 |
else:
|
183 |
await m.reply_text(
|
|
|
81 |
parse_mode="markdown",
|
82 |
reply_markup=ikb(help_kb),
|
83 |
quote=True,
|
84 |
+
|
85 |
)
|
86 |
return
|
87 |
try:
|
|
|
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 |
+
|
98 |
)
|
99 |
except UserIsBlocked:
|
100 |
LOGGER.warning(f"Bot blocked by {m.from_user.id}")
|
|
|
116 |
|
117 |
Join my [News Channel](http://t.me/gojo_updates) to get information on all the latest updates.""",
|
118 |
reply_markup=(await gen_start_kb(q.message)),
|
119 |
+
|
120 |
)
|
121 |
except MessageNotModified:
|
122 |
pass
|
|
|
177 |
parse_mode="markdown",
|
178 |
reply_markup=ikb(help_kb),
|
179 |
quote=True,
|
180 |
+
|
181 |
)
|
182 |
else:
|
183 |
await m.reply_text(
|