aioappsrv/README.md
2020-12-23 10:22:13 +05:30

733 B

matrix-discord-bridge

A simple non-puppeting bridge between Matrix and Discord written in Python.

Installation

pip install -r requirements.txt

Usage

  • Run main.py to generate config.json

  • Edit config.json

NOTE: Privileged Intents must be enabled for your Discord bot.

Known Issues

  • Discord messages lose their relation (if replying) to Matrix messages on being edited.

What Works

  • Sending messages
  • Discord webhooks (with avatars)
  • Attachments (Converted to URLs)
  • Typing status (Not very accurate)
  • Redacting messages
  • Editing messages
  • Replies
  • Bridging multiple channels/rooms