mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-17 13:24:45 +00:00
[OPB-x] changing urban define template to remove timestamp and make link visible
This commit is contained in:
@@ -3,15 +3,15 @@
|
|||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "<@safe_include "urban_search_command_response_embed_field_title_link"/>",
|
"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"
|
"inline": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "<@safe_include "urban_search_command_response_embed_field_title_example"/>",
|
"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}",
|
"additionalMessage": "${definition.definition?json_string}",
|
||||||
"messageLimit": 1
|
"messageLimit": 1
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user