Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
9b18ee7
1
Parent(s):
b4a5cf9
Update start.py
Browse files- Powers/plugins/start.py +4 -4
Powers/plugins/start.py
CHANGED
@@ -154,8 +154,8 @@ async def commands_menu(_, q: CallbackQuery):
|
|
154 |
Hey **[{q.from_user.first_name}](http://t.me/{q.from_user.username})**! My name is Gojo✨.
|
155 |
I'm here to help you manage your groups!
|
156 |
Commands available:
|
157 |
-
|
158 |
-
|
159 |
|
160 |
await q.edit_message_caption(
|
161 |
caption=cpt,
|
@@ -223,8 +223,8 @@ async def help_menu(_, m: Message):
|
|
223 |
Hey **[{m.from_user.first_name}](http://t.me/{m.from_user.username})**!My name is Gojo✨.
|
224 |
I'm here to help you manage your groups!
|
225 |
Commands available:
|
226 |
-
|
227 |
-
|
228 |
else:
|
229 |
keyboard = InlineKeyboardMarkup(
|
230 |
[
|
|
|
154 |
Hey **[{q.from_user.first_name}](http://t.me/{q.from_user.username})**! My name is Gojo✨.
|
155 |
I'm here to help you manage your groups!
|
156 |
Commands available:
|
157 |
+
× /start: Start the bot
|
158 |
+
× /help: Give's you this message."""
|
159 |
|
160 |
await q.edit_message_caption(
|
161 |
caption=cpt,
|
|
|
223 |
Hey **[{m.from_user.first_name}](http://t.me/{m.from_user.username})**!My name is Gojo✨.
|
224 |
I'm here to help you manage your groups!
|
225 |
Commands available:
|
226 |
+
× /start: Start the bot
|
227 |
+
× /help: Give's you this message."""
|
228 |
else:
|
229 |
keyboard = InlineKeyboardMarkup(
|
230 |
[
|