Matrix selfbot
Go to file
array-in-a-matrix 4b8cec0ee5 MAYBE DO NOT AUTO JOIN INVITED ROOMS??? 2023-11-09 20:06:45 -05:00
.gitignore Initial commit 2023-11-05 19:35:53 -05:00
LICENSE Initial commit 2023-11-05 19:35:53 -05:00
README.md short command 2023-11-06 13:13:28 -05:00
example.config.json Initial commit 2023-11-05 19:35:53 -05:00
index.js MAYBE DO NOT AUTO JOIN INVITED ROOMS??? 2023-11-09 20:06:45 -05:00
package.json dep 2023-11-05 19:39:59 -05:00
pnpm-lock.yaml dep 2023-11-05 19:39:59 -05:00

README.md

Selfbot

Matrix selfbot.

Commands

  • react <message>, r <message>: React with <message> to a replied event.

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.