From 4c24e311da2c33bc531aaa8c0c9daa0f57f09c3f Mon Sep 17 00:00:00 2001 From: wmhtet Date: Mon, 2 Sep 2024 21:29:24 +0630 Subject: [PATCH] update on : Setting up maubot (optional) (#3506) * Update configuring-playbook-bot-maubot.md added info to avoid using Element Access Token because it will prevent the bot from functioning properly in the Encrypted room. Also added maubot simple service management on how to stop and start the maubot service * Update configuring-playbook-bot-maubot.md remove generic messages and change from backtick to bold * Rewording in configuring-playbook-bot-maubot.md --------- Co-authored-by: Slavi Pantaleev --- docs/configuring-playbook-bot-maubot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bot-maubot.md b/docs/configuring-playbook-bot-maubot.md index d2b7dbc27..dd5f13445 100644 --- a/docs/configuring-playbook-bot-maubot.md +++ b/docs/configuring-playbook-bot-maubot.md @@ -52,4 +52,4 @@ and the plugin (how the bot will behave) This can be done via `mbc login` then `mbc auth` (see the [maubot documentation](https://docs.mau.fi/maubot/usage/cli/auth.html)). To run these commands, you'll first need to `exec` into the maubot container with `docker exec -it matrix-bot-maubot sh`. -Alternatively, you can follow our generic [obtain an access token](obtaining-access-tokens.md) documentation. +Alternatively, you can follow our generic [obtain an access token](obtaining-access-tokens.md) documentation. Be aware that you'd better use the **Obtain an access token via curl** method (not **Obtain an access token via Element**) as the latter will give your bot issues in encrypted rooms. Read [more](https://docs.mau.fi/maubot/usage/basic.html#creating-clients).