From 52414d5da5c592dfe6b4c50c1544b96af2959b44 Mon Sep 17 00:00:00 2001 From: Ville Ranki Date: Wed, 21 Apr 2021 18:06:54 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c78056f..3a294c0 100644 --- a/README.md +++ b/README.md @@ -578,10 +578,11 @@ docker-compose up ## Env variables -`MATRIX_USER`, `MATRIX_ACCESS_TOKEN` and `MATRIX_SERVER` should be self-explanatory. -Set `JOIN_ON_INVITE` (default true) to false if you don't want the bot automatically joining rooms. +`MATRIX_USER` is the full MXID (not just username) of the Matrix user. `MATRIX_ACCESS_TOKEN` +and `MATRIX_SERVER` should be self-explanatory. Set `JOIN_ON_INVITE` (default true) to false +if you don't want the bot automatically joining rooms. -You can get access token by logging in with Riot and looking from Settings / Help & About. +You can get access token by logging in with Element Android and looking from Settings / Help & About. `BOT_OWNERS` is a comma-separated list of matrix id's for the owners of the bot. Some commands require sender to be bot owner.