{{ define "title" }}nourybot - commands{{ end }} {{ define "body" }}
General commands:
{{ with .Commands }} {{ range . }}Name: {{ .Name }} {{ if .Alias }} Alias: {{ .Alias}} {{ else }} {{ end}} Description: {{ .Description }} Level: {{ .Level }} Usage: {{ .Usage }}
{{ end }} {{ end }} {{ end }}