corrected HS url

This commit is contained in:
array-in-a-matrix 2022-08-15 22:35:18 -04:00
parent 59b05a2a91
commit 0693082296
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Matrix bot that generates messages based off of messages of other users using a
## Usage
First install the needed [libraries](#setup). Then copy `example.config.json` and rename it `config.json`. Replace the items in angled brackets with their respective values of the bot account (e.g. replace `<DOMAIN.TLD>` with the homeserver url like `https://matrix.org` or `https://arrayinamatrix.xyz`). You can follow the instructions [here](https://matrix.org/docs/guides/usage-of-matrix-bot-sdk#instantiation) to obtain the token of an account.
First install the needed [libraries](#setup). Then copy `example.config.json` and rename it `config.json`. Replace the items in angled brackets with their respective values of the bot account (e.g. replace `<DOMAIN.TLD>` with the homeserver url like `https://matrix.org` or `https://matrix.arrayinamatrix.xyz`). You can follow the instructions [here](https://matrix.org/docs/guides/usage-of-matrix-bot-sdk#instantiation) to obtain the token of an account.
Once the config file has been populated with valid data, execute the `index.js` file (Warning: executing for the first time will be slow.).