[OPB-x] changing urban define template to remove timestamp and make link visible

This commit is contained in:
Sheldan
2021-04-10 23:12:29 +02:00
parent 4efb2470f8
commit e251b12dff

View File

@@ -3,15 +3,15 @@
"fields": [
{
"name": "<@safe_include "urban_search_command_response_embed_field_title_link"/>",
"value": "[<@safe_include "urban_search_command_response_embed_field_value_jump"/>](${definition.url?json_string})",
"value": "${definition.url?json_string}",
"inline": "true"
},
{
"name": "<@safe_include "urban_search_command_response_embed_field_title_example"/>",
"value": "${definition.example?json_string}"
"value": "${definition.example?json_string}",
"inline": "true"
}
],
"timeStamp": "${definition.creationDate}",
"additionalMessage": "${definition.definition?json_string}",
"messageLimit": 1
}