Explain how to get in the rooms

This commit is contained in:
Cadence Ember 2024-01-20 23:13:39 +13:00
parent 67dc31f747
commit 8591ea5c1f
2 changed files with 5 additions and 1 deletions

View file

@ -96,6 +96,10 @@ Follow these steps:
* $ `npm run addbot`
* $ `./addbot.sh`
Now any message on Discord will create the corresponding rooms on Matrix-side. After the rooms have been created, Matrix and Discord users can chat back and forth.
To get into the rooms on your Matrix account, either add yourself to `invite` in `registration.yaml`, or use the `//invite [your mxid here]` command on Discord.
# Development setup
* Be sure to install dependencies with `--save-dev` so you can run the tests.