From 890fccf92fcfbb6e7de5016e6c9c632c94b30f21 Mon Sep 17 00:00:00 2001 From: UnkwUsr Date: Sun, 27 Jul 2025 12:01:55 +0300 Subject: [PATCH] doc(bots): add bridge bot (#6106) * doc(bots): add bridge bot * update bot name --------- Co-authored-by: Evgeny --- bots/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bots/README.md b/bots/README.md index f90fac5853..0b1943b7a7 100644 --- a/bots/README.md +++ b/bots/README.md @@ -134,3 +134,4 @@ If you have to run your bot on another machine, you need to secure access to bot - [Broadcast bot](../apps/simplex-broadcast-bot/) (Haskell) - we use it to send [status and release updates](https://status.simplex.chat/status/public). - [Moderation bot](https://github.com/NCalex42/simplex-bot) (Java) +- [Matterbridge bot](https://github.com/UnkwUsr/matterbridge-simplex) (JavaScript)