Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
e6e050b
1
Parent(s):
bf620d6
Update start_utils.py
Browse files
Powers/utils/start_utils.py
CHANGED
@@ -237,7 +237,7 @@ 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 |
+ help_option_value
|
242 |
|
243 |
)
|
|
|
237 |
if help_option in HELP_COMMANDS[i]["alt_cmds"]
|
238 |
) + [[("« " + "Back", "commands")]]
|
239 |
help_msg = (
|
240 |
+
f"**{(HELP_COMMANDS[plugin_dict_name])}:**\n\n"
|
241 |
+ help_option_value
|
242 |
|
243 |
)
|