From a675819876865c958eb9188b131936990a9038dc Mon Sep 17 00:00:00 2001 From: Alan Perdomo Date: Thu, 26 Jan 2023 11:11:12 -0300 Subject: [PATCH] Update chapter-07-gbot-reference.md --- book/chapter-07-gbot-reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/chapter-07-gbot-reference.md b/book/chapter-07-gbot-reference.md index df4173ad..dae71619 100644 --- a/book/chapter-07-gbot-reference.md +++ b/book/chapter-07-gbot-reference.md @@ -67,7 +67,9 @@ here is a list of admin commands related to deploying .gb* files. | STORAGE_USERNAME | sahaaksfqiehke | The bot database security username configuration value. | STORAGE_PASSWORD | | The bot database security password configuration value. | STORAGE_SYNC | true | If the bot server should sync database before running. -| PRIVACY_STORE_MESSAGES | true | If the bot server should store message logs in the database +| PRIVACY_STORE_MESSAGES | true | If the bot server should store message logs in the database. +| TEST_MESSAGE | /publish | If the bot server should auto send a message for test. +| TEST_SHELL | rm work/.. | If the user needs to continuously remove an archive. ## How to