Commands

List of bot commands
{{#each commands}}
Command
Description
Usage
{{#each this.commands}}
{{this.name}}
{{this.description}}
{{#unlessArray this.usage}}
?{{this.usage}}
{{/unlessArray}} {{#ifArray this.usage}} {{#if this.defaultUsage}}
?{{this.defaultUsage}}
{{/if}} {{/ifArray}}
{{#ifArray this.commands}} {{#each this.commands}}
{{../name}} {{this.name}}
{{this.desc}}
{{#if this.usage}}
?{{../this.name}} {{this.usage}}
{{/if}}
{{/each}} {{/ifArray}} {{/each}}
{{/each}}