mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-08 02:17:42 +00:00
[AB-340] adding timestamp support for serverInfo command
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<#include "format_instant">
|
||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"title": "<#assign name=guild.name><@safe_include "serverinfo_embed_title"/>"
|
"title": "<#assign name=guild.name><@safe_include "serverinfo_embed_title"/>"
|
||||||
@@ -26,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "<@safe_include "serverinfo_embed_created_field_title"/>",
|
"name": "<@safe_include "serverinfo_embed_created_field_title"/>",
|
||||||
"value": "${guild.timeCreated}",
|
"value": "<@format_instant_date_time instant=timeCreated/>",
|
||||||
"inline": "true"
|
"inline": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user