mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-27 20:39:13 +00:00
[OPB-42] aligning templates with new multi embed support
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
{
|
||||
<#include "abstracto_color">,
|
||||
"fields": [
|
||||
{
|
||||
"name": "<@safe_include "urban_search_command_response_embed_field_title_link"/>",
|
||||
"value": "${definition.url?json_string}",
|
||||
"inline": "true"
|
||||
},
|
||||
{
|
||||
"name": "<@safe_include "urban_search_command_response_embed_field_title_example"/>",
|
||||
"value": "${definition.example?json_string}",
|
||||
"valueLengthLimit": 250,
|
||||
"inline": "true"
|
||||
}
|
||||
],
|
||||
"additionalMessage": "${definition.definition?json_string}",
|
||||
"metaConfig": {
|
||||
"messageLimit": 1,
|
||||
"additionalMessageLengthLimit": 250
|
||||
}
|
||||
"additionalMessage": "${definition.definition?json_string}",
|
||||
"embeds": [
|
||||
{
|
||||
<#include "abstracto_color">,
|
||||
"fields": [
|
||||
{
|
||||
"name": "<@safe_include "urban_search_command_response_embed_field_title_link"/>",
|
||||
"value": "${definition.url?json_string}",
|
||||
"inline": "true"
|
||||
},
|
||||
{
|
||||
"name": "<@safe_include "urban_search_command_response_embed_field_title_example"/>",
|
||||
"value": "${definition.example?json_string}",
|
||||
"valueLengthLimit": 250,
|
||||
"inline": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"messageConfig": {
|
||||
"messageLimit": 1,
|
||||
"additionalMessageLengthLimit": 250
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user