Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
447472c
1
Parent(s):
407c70a
Update start.py
Browse files- Powers/plugins/start.py +1 -1
Powers/plugins/start.py
CHANGED
@@ -245,7 +245,7 @@ Commands available:
|
|
245 |
async def get_module_info(_, q: CallbackQuery):
|
246 |
module = q.data.split(".", 1)[1]
|
247 |
|
248 |
-
help_msg =
|
249 |
|
250 |
help_kb = HELP_COMMANDS[f"plugins.{module}"]["buttons"]
|
251 |
await q.edit_message_caption(
|
|
|
245 |
async def get_module_info(_, q: CallbackQuery):
|
246 |
module = q.data.split(".", 1)[1]
|
247 |
|
248 |
+
help_msg = HELP_COMMANDS[f"plugins.{module}"]["help_msg"]
|
249 |
|
250 |
help_kb = HELP_COMMANDS[f"plugins.{module}"]["buttons"]
|
251 |
await q.edit_message_caption(
|