28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# mautrix-discord
|
|
|
|
> [!CAUTION]
|
|
> This branch houses a work-in-progress rewrite of the bridge to interface with
|
|
> [Megabridge/"bridgev2"][bridgev2]. This branch is **NOT** ready for general
|
|
> consumption, especially for self-hosting.
|
|
|
|
[bridgev2]: https://github.com/mautrix/go/tree/38278ef37d199d3a9deba04b825a094eea6c1d10/bridgev2/unorganized-docs
|
|
|
|
A Matrix-Discord puppeting bridge based on [discordgo](https://github.com/bwmarrin/discordgo).
|
|
|
|
## Documentation
|
|
All setup and usage instructions are located on [docs.mau.fi]. Some quick links:
|
|
|
|
[docs.mau.fi]: https://docs.mau.fi/bridges/go/discord/index.html
|
|
|
|
* [Bridge setup](https://docs.mau.fi/bridges/go/setup.html?bridge=discord)
|
|
(or [with Docker](https://docs.mau.fi/bridges/general/docker-setup.html?bridge=discord))
|
|
* Basic usage: [Authentication](https://docs.mau.fi/bridges/go/discord/authentication.html),
|
|
[Relaying with webhooks](https://docs.mau.fi/bridges/go/discord/relay.html)
|
|
|
|
### Features & Roadmap
|
|
[ROADMAP.md](https://github.com/mautrix/discord/blob/main/ROADMAP.md)
|
|
contains a general overview of what is supported by the bridge.
|
|
|
|
## Discussion
|
|
Matrix room: [#discord:maunium.net](https://matrix.to/#/#discord:maunium.net)
|