https://github.com/obsidianmc/discordbridge
Discord Chat Bridge plugin for ObsidianMC
https://github.com/obsidianmc/discordbridge
Last synced: 2 months ago
JSON representation
Discord Chat Bridge plugin for ObsidianMC
- Host: GitHub
- URL: https://github.com/obsidianmc/discordbridge
- Owner: ObsidianMC
- License: gpl-3.0
- Created: 2025-01-07T23:13:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-08T00:47:49.000Z (over 1 year ago)
- Last Synced: 2025-03-17T13:48:37.709Z (over 1 year ago)
- Language: C#
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordBridge
A simple Obsidian plugin that bridges in-game chat with Discord
## Download
DiscordBridge gets built using GitHub actions by default. At this moment, the plugin is unsigned. This will change later.
[Download the latest build here](https://github.com/ObsidianMC/DiscordBridge/releases)
## Config format
On first run, DiscordBridge will generate a new config file named `discordbridge.json`. It looks like this:
```json
{
"token": "your Discord token",
"channel_id" : 0
}
```
Make sure the bot whose token you use is in the server that the channel is in!