A Discord-Matrix bridge for announcement-type channels in community guilds.
Go to file
vin 1cc61d85c3 use hikari instead of discord.py
Running async/awaitable functions inside discord.py's event loop was
very difficult. Hikari didn't have this problem.
2024-01-14 23:16:42 -05:00
main.py use hikari instead of discord.py 2024-01-14 23:16:42 -05:00
README read messages from specified channels and print them 2024-01-14 23:16:41 -05:00
requirements.txt use hikari instead of discord.py 2024-01-14 23:16:42 -05:00

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.