matrix-bot-template/README.md

6 lines
195 B
Markdown
Raw Normal View History

2022-10-26 12:37:39 -04:00
# Matrix Bot Template
2022-10-26 12:21:13 -04:00
2022-10-26 12:37:39 -04:00
Run `pnpm add matrix-bot-sdk` after cloning template.
2022-10-26 13:13:17 -04:00
2022-10-26 13:11:48 -04:00
Bot configuration is defined in `config.json`.
2022-12-21 14:10:01 -05:00
Add `"type": "module"` to `package.json` to use the import statement.