diff options
author | vin <git@vineetk.net> | 2024-01-14 23:16:41 -0500 |
---|---|---|
committer | vin <git@vineetk.net> | 2024-01-14 23:16:41 -0500 |
commit | a14104e3db81f5ef26a602487123279d33a0346e (patch) | |
tree | 7016f8a2298cd7d1ce2e5d46707e3c7f32d2d761 /README |
read messages from specified channels and print them
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +dmab - Discord-Matrix Announcement Bridge +========================================= +A Discord and Matrix bot bridge that reads messages from a Discord channel +and sends them to a Matrix channel. + +This is meant for announcement type channels but can be adapted to be a proper +full bridge, but is currently out of scope for this program. + +Rationale +--------- +The current (as of January 14, 2024) matrix-appservice-discord bridge does not +support bridging Discord channels of type announcement. |