From cd6e9843e1411f85e91137b7a71f0c51bbd235e9 Mon Sep 17 00:00:00 2001 From: Travis Wichert Date: Wed, 3 Sep 2025 18:08:24 +0000 Subject: [PATCH] Add bot command prefix to documentation --- docs/configuring-playbook-bot-matrix-registration-bot.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuring-playbook-bot-matrix-registration-bot.md b/docs/configuring-playbook-bot-matrix-registration-bot.md index dc468ec04..706ea5991 100644 --- a/docs/configuring-playbook-bot-matrix-registration-bot.md +++ b/docs/configuring-playbook-bot-matrix-registration-bot.md @@ -37,6 +37,10 @@ matrix_synapse_enable_registration: true # Restrict registration to users with a token matrix_synapse_registration_requires_token: true + +# Set an optional command prefix for the bot. This can be any arbitrary string, including whitespace. +# Example: "!regbot " +matrix_bot_matrix_registration_bot_bot_prefix: "" ``` The bot account will be created automatically.