[AB-222] adding uptime command related templates

This commit is contained in:
Sheldan
2021-04-08 00:05:47 +02:00
parent 6ecc487335
commit 206bf06c2c
5 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
<#include "abstracto_color">,
"fields": [
{
"name": "<@safe_include "uptime_response_embed_start_date_field_title"/>",
<#assign startDate>${formatDate(startDate, "yyyy-MM-dd HH:mm:ss z")}</#assign>
"value": "${startDate}"
},
{
"name": "<@safe_include "uptime_response_embed_uptime_field_title"/>",
<#assign uptime>${fmtDuration(uptime)}</#assign>
"value": "${uptime}"
}
]
}

View File

@@ -0,0 +1 @@
Shows the uptime of the bot

View File

@@ -0,0 +1 @@
This command is used to show the uptime and the start date of the bot