mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-08 18:34:03 +00:00
[AB-222] adding uptime command related templates
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Shows the uptime of the bot
|
||||
@@ -0,0 +1 @@
|
||||
This command is used to show the uptime and the start date of the bot
|
||||
@@ -0,0 +1 @@
|
||||
Start date
|
||||
@@ -0,0 +1 @@
|
||||
Uptime
|
||||
Reference in New Issue
Block a user