Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
d120eb5
1
Parent(s):
8a8aa6b
Update start_utils.py
Browse files
Powers/utils/start_utils.py
CHANGED
@@ -254,7 +254,7 @@ Commands available:
|
|
254 |
* /help: Give's you this message.
|
255 |
"""
|
256 |
ou = await gen_cmds_kb(m)
|
257 |
-
help_kb =
|
258 |
"""help_kb = [
|
259 |
*(await gen_cmds_kb(m)),
|
260 |
[
|
|
|
254 |
* /help: Give's you this message.
|
255 |
"""
|
256 |
ou = await gen_cmds_kb(m)
|
257 |
+
help_kb = ikb(ou, True)
|
258 |
"""help_kb = [
|
259 |
*(await gen_cmds_kb(m)),
|
260 |
[
|