fix: Remove extraneous dashes from command help

This commit is contained in:
Ginger
2026-01-12 10:47:19 -05:00
parent a028049e6f
commit 00eeeb78de
34 changed files with 314 additions and 314 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ Admin commands allow server administrators to manage the server from within thei
## Categories
{%~ for category in categories %}
- [`!admin {{ category.name }}`]({{ category.name }}/) {{ category.description }}
- [`!admin {{ category.name }}`]({{ category.name }}/): {{ category.description }}
{%- endfor %}