[AB-76] removed usage templates for existing commands and changed help template to include the new field

This commit is contained in:
Sheldan
2020-09-24 03:17:30 +02:00
parent e44712c48d
commit 4a0b63723a
92 changed files with 2 additions and 93 deletions

View File

@@ -8,13 +8,13 @@
<#if command.help??>
<#if command.help.templated>
**<@safe_include "help_command_embed_command_usage"/>**: `<@safe_include "${command.name}_usage"/>`
**<@safe_include "help_command_embed_command_usage"/>**: `${usage}`
**<@safe_include "help_command_embed_command_detailed_help"/>**: <@safe_include "${command.name}_long_help"/>
<#if command.help.hasExample>
<@safe_include "help_command_embed_command_example"/>: <@safe_include "${command.name}_example"/>
</#if>
<#else>
**<@safe_include "help_command_embed_command_usage"/>**: `${command.help.usage?js_string}`
**<@safe_include "help_command_embed_command_usage"/>**: `${usage}`
**<@safe_include "help_command_embed_command_detailed_help"/>**: ${command.help.longHelp?js_string}
<#if command.help.hasExample>
<@safe_include "help_command_embed_command_example"/>:${command.help.example?js_string}

View File

@@ -1 +0,0 @@
addRoleToAssignableRolePlace <placeName> <emote> <description> <role>

View File

@@ -1 +0,0 @@
swapAssignableRolePosition <placeName> <firstEmote> <secondEmote>

View File

@@ -1 +0,0 @@
allowRole <command/feature> <role>

View File

@@ -1 +0,0 @@
disAllowRole <command/feature> <role>

View File

@@ -1 +0,0 @@
disableCommand <commandName> <channelGroupName>

View File

@@ -1 +0,0 @@
enableCommand <commandName> <channelGroupName>

View File

@@ -1 +0,0 @@
makeAffected <feature/command> <role>

View File

@@ -1 +0,0 @@
makeImmune <feature/command> <role>

View File

@@ -1 +0,0 @@
mute <user> <duration> <reason>

View File

@@ -1 +0,0 @@
accept <suggestionId> [reason]

View File

@@ -1 +0,0 @@
reject <suggestionId> [reason]