matrix-bot/README.md

12 lines
299 B
Markdown
Raw Permalink Normal View History

2021-10-02 22:27:00 +02:00
# matrix-bot
2021-10-03 20:07:14 +02:00
A package implementing a reusable class to make matrix bots
This is inventing the wheel once again, but who care? It's fun :)
2021-10-05 19:05:21 +02:00
## TODO:
- Use more of nio features and less custom hacks (like, use callback for the
invite policy stuff, and nio.Room is way better than my custom type)