Spaces:
Build error
Build error
Update slash_commands.py
Browse files- slash_commands.py +1 -0
slash_commands.py
CHANGED
@@ -69,6 +69,7 @@ def _slash_command(command: str) -> None:
|
|
69 |
|
70 |
# **"Improve formatting using Markdown:"
|
71 |
# -- to create an md table listing all slash commands+descriptions.
|
|
|
72 |
def generate_markdown_table():
|
73 |
|
74 |
commands = get_available_slash_commands()
|
|
|
69 |
|
70 |
# **"Improve formatting using Markdown:"
|
71 |
# -- to create an md table listing all slash commands+descriptions.
|
72 |
+
|
73 |
def generate_markdown_table():
|
74 |
|
75 |
commands = get_available_slash_commands()
|