matrix-bot-template/README.md

12 lines
363 B
Markdown

# Matrix Bot Template
A simple matrix bot template. Another template that can be used is [matrix-bot-sdk-bot-template](https://github.com/turt2live/matrix-bot-sdk-bot-template).
## Setup
Run `pnpm add matrix-bot-sdk` after cloning template.
Bot configuration is defined in `config.json`.
Add `"type": "module"` to `package.json` to use the import statement.