Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
0817b1a
1
Parent(s):
361abf3
Update start_utils.py
Browse files
Powers/utils/start_utils.py
CHANGED
@@ -237,8 +237,8 @@ async def get_help_msg(m: Message or CallbackQuery, help_option: str):
|
|
237 |
if help_option in HELP_COMMANDS[i]["alt_cmds"]
|
238 |
) + [[("« " + "Back", "commands")]]
|
239 |
help_msg = (
|
240 |
-
f"**{(
|
241 |
-
|
242 |
)
|
243 |
LOGGER.info(
|
244 |
f"{m.from_user.id} fetched help for {help_option} in {m.chat.id}",
|
|
|
237 |
if help_option in HELP_COMMANDS[i]["alt_cmds"]
|
238 |
) + [[("« " + "Back", "commands")]]
|
239 |
help_msg = (
|
240 |
+
f"**{(help_option_value)}:**\n\n"
|
241 |
+
|
242 |
)
|
243 |
LOGGER.info(
|
244 |
f"{m.from_user.id} fetched help for {help_option} in {m.chat.id}",
|