mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-27 14:23:53 +00:00
[AB-xxx] fixing profanity report json safety
This commit is contained in:
@@ -15,12 +15,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "<@safe_include "profanityListener_report_embed_profanity_type_field_title"/>",
|
"name": "<@safe_include "profanityListener_report_embed_profanity_type_field_title"/>",
|
||||||
"value": "${profanityGroupKey}",
|
"value": "${profanityGroupKey?json_string}",
|
||||||
"inline": "true"
|
"inline": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "<@safe_include "profanityListener_report_embed_message_content_field_title"/>",
|
"name": "<@safe_include "profanityListener_report_embed_message_content_field_title"/>",
|
||||||
"value": "${profaneMessage.contentRaw}",
|
"value": "${profaneMessage.contentRaw?json_string}",
|
||||||
"inline": "true"
|
"inline": "true"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user