mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-15 04:02:54 +00:00
[AB-247] adding templates for levelRoles command
adding templates for experience role not found exception fixing layout for help command detail response with validators
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
<#include "success_color">,
|
||||
"description": "<#list levelRoles as role><#if role.role??><#assign roleRepr=role.role.asMention><#else><#assign roleRepr=role.roleId?c></#if><#assign levelRepr=role.level><@safe_include "levelRoles_response_description"/><#sep>
|
||||
<#else><@safe_include "levelRoles_no_roles_found"/></#list>"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<#include "experience_role_not_found_exception_text">
|
||||
Reference in New Issue
Block a user