harvest.lol
commands
all
{{all}}
{% for category, content in commands.items() %}
{{category}}
{{content['count']}}
{% endfor %}
{% for category, content in commands.items() %} {% for cmd in content['commands'] %}
{{cmd['name']}}
{{cmd['description']}}
{% endfor %} {% endfor %}