mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
11 lines
213 B
Markdown
11 lines
213 B
Markdown
|
|
# `!admin {{ name }}`
|
||
|
|
|
||
|
|
{{ description }}
|
||
|
|
|
||
|
|
{% for command in commands %}
|
||
|
|
{% let header = "#".repeat((command.depth + 1).min(3)) -%}
|
||
|
|
{{ header }} `!admin {{ command.name }}`
|
||
|
|
|
||
|
|
{{ command.description }}
|
||
|
|
{% endfor %}
|