mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-18 14:17:48 +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": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user