mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 11:48:18 +00:00
[AB-76] removed usage templates for existing commands and changed help template to include the new field
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
<#if command.help??>
|
<#if command.help??>
|
||||||
<#if command.help.templated>
|
<#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"/>
|
**<@safe_include "help_command_embed_command_detailed_help"/>**: <@safe_include "${command.name}_long_help"/>
|
||||||
<#if command.help.hasExample>
|
<#if command.help.hasExample>
|
||||||
<@safe_include "help_command_embed_command_example"/>: <@safe_include "${command.name}_example"/>
|
<@safe_include "help_command_embed_command_example"/>: <@safe_include "${command.name}_example"/>
|
||||||
</#if>
|
</#if>
|
||||||
<#else>
|
<#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}
|
**<@safe_include "help_command_embed_command_detailed_help"/>**: ${command.help.longHelp?js_string}
|
||||||
<#if command.help.hasExample>
|
<#if command.help.hasExample>
|
||||||
<@safe_include "help_command_embed_command_example"/>:${command.help.example?js_string}
|
<@safe_include "help_command_embed_command_example"/>:${command.help.example?js_string}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
activateAssignableRolePlace <name>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
addRoleToAssignableRolePlace <placeName> <emote> <description> <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
changeAssignablePlaceDescription <placeName> <newDescription>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
changeAssignableRolePlaceConfig <placeName> <key> <newValue>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
createAssignableRolePlace <name> <channel> <text>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
deactivateAssignableRolePlace <name>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
deleteAssignableRolePlace <placeName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
editAssignableRolePlaceText <placeName> <newText>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
moveAssignableRolePlace <placeName> <newChannel>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
removeRoleFromAssignableRolePlace <placeName> <emote>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setAssignableRolePosition <placeName> <emote> <newPosition>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setupAssignableRolePlace <placeName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
showAssignablePlaceConfig <placeName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
showAssignableRolePlaces
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
spreadAssignableRolePlace <placeName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
swapAssignableRolePosition <placeName> <firstEmote> <secondEmote>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
testAssignableRolePlace <placeName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
addToChannelGroup <name> <channel>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
allow <command/feature>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
allowRole <command/feature> <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
clearCache
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
addToChannelGroup <name> <channel>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
deleteChannelGroup <name>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
disAllowRole <command/feature> <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
disable [featureName]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
disableCommand <commandName> <channelGroupName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
echo <text>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
enable [featureName]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
enableCommand <commandName> <channelGroupName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
features
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
help <module/command>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
listChannelGroups
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
makeAffected <feature/command> <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
makeImmune <feature/command> <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
ping
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
posttarget <target> <channel>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
removeFromChannelGroup <name> <channel>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
restrict <command/feature>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setConfig <configKey> <value>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setEmote <key> <emote>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setMode <feature> <newMode>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setPrefix <newPrefix>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setup <featureName>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
disableExpForRole <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
disableExpGain <user>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
enableExpForRole <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
enableExpGain <user>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
expScale <newValue>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
leaderboard [page]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
listDisabledExperienceRoles
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rank
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setExpRole <level> <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
syncRoles
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
unSetExpRole <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
ban <user> [reason]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
banId <userId> [reason]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
decayAllWarnings [true/false]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
decayWarnings
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
deleteWarning <warnId>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
kick <user> [reason]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
mute <user> <duration> <reason>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
myWarnings
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
purge <amount> [member]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setMuteRole <roleId>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
slowmode <duration> [channel]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
unMute <user>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
listNotes [user]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
warn <user> <reason>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
warnings [user]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
anonReply [text]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
close [note]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
closeNoLog
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
closeSilently [note]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
contact <user>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
removeModMailRole <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
reply [message]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setModMailCategory <categoryId>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
setModMailRole <role>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
subscribe
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
unSubscribe
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
accept <suggestionId> [reason]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
reject <suggestionId> [reason]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
remind <duration> <text>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
reminders
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
serverInfo
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
showAvatar [member]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
showEmote <emote>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
starStats
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
suggest <text>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
unRemind <reminderId>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
userInfo [member]
|
|
||||||
Reference in New Issue
Block a user