{{ number_to_text_with_suffix(len_cogs) }} {% if len_cogs != 1 %}{{ _("Cogs") }}{% else %}{{ _("Cog") }}{% endif %} {{ _("with") }} {{ number_to_text_with_suffix(len_commands) }} {% if len_commands != 1 %}{{ _("Commands") }}{% else %}{{ _("Command") }}{% endif %}
{% if cogs %} {% if not query %}
{{ cog }}
{{ cogs[cog]["description"]|markdown }}
{{ _("Author(s):") }} {{ cogs[cog]["author"] }}
{{ _("Repo:") }} {{ cogs[cog]["repo"] }}
{{ _("Command") }} | {{ _("Description") }} |
---|---|
{{ prefixes[0] }}{{ command.name }} | {{ command.short_description|markdown }} |
{{ _("Command") }} | {{ _("Description") }} |
---|---|
{{ prefixes[0] }}{{ command.name }} | {{ command.short_description|markdown }} |