mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
{{ define "title" }}nourybot - commands in {{ .Channel }}{{ end }}
|
|
{{ define "body" }}
|
|
{{ with .Commands }}
|
|
{{ range . }}
|
|
<p>
|
|
<b>Name:</b> {{ .Name }} </br>
|
|
<b>Level:</b> {{ .Level }} </br>
|
|
<b>Description:</b> {{ .Description }} </br>
|
|
<b>Text:</b> {{ .Text }} </br>
|
|
</p>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|