Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
b4a5cf9
1
Parent(s):
74a5b8b
minor change
Browse files
Powers/utils/start_utils.py
CHANGED
@@ -250,8 +250,8 @@ async def get_help_msg(m: Message or CallbackQuery, help_option: str):
|
|
250 |
Hey There! My name is Gojo.
|
251 |
I'm here to help you manage your groups!
|
252 |
Commands available:
|
253 |
-
|
254 |
-
|
255 |
"""
|
256 |
ou = await gen_cmds_kb(m)
|
257 |
help_kb = ikb(ou, True)
|
|
|
250 |
Hey There! My name is Gojo.
|
251 |
I'm here to help you manage your groups!
|
252 |
Commands available:
|
253 |
+
× /start: Start the bot
|
254 |
+
× /help: Give's you this message.
|
255 |
"""
|
256 |
ou = await gen_cmds_kb(m)
|
257 |
help_kb = ikb(ou, True)
|