From b589e88ad4097a789090321ca4579eadec5c1b67 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 11 Apr 2021 00:34:03 +0200 Subject: [PATCH] [AB-xxx] adding documentation for uptime --- .../documentation/src/main/docs/asciidoc/modules/core.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abstracto-application/documentation/src/main/docs/asciidoc/modules/core.adoc b/abstracto-application/documentation/src/main/docs/asciidoc/modules/core.adoc index 05ba75165..7e3ab301e 100644 --- a/abstracto-application/documentation/src/main/docs/asciidoc/modules/core.adoc +++ b/abstracto-application/documentation/src/main/docs/asciidoc/modules/core.adoc @@ -164,6 +164,9 @@ Removing a profanity regex from a profanity group:: Deleting a profanity group:: * Usage: `deleteProfanityGroup ` * Description: Deletes the profanity group identified by `profanityGroupName` and all profanity regexes within. +Showing the uptime of the bot:: +* Usage: `uptime` +* Shows the uptime and start time of the bot instance. .What does it mean if a role is immune?