Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uiharukazari2008/marverlousdiscordbridge
https://github.com/uiharukazari2008/marverlousdiscordbridge
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uiharukazari2008/marverlousdiscordbridge
- Owner: UiharuKazari2008
- Created: 2023-05-27T00:53:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-27T01:51:18.000Z (over 1 year ago)
- Last Synced: 2024-11-15T01:28:27.584Z (2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarverlousDiscordBridge
Simple discord bot that will relay discord messages and VC join notifications to "AMarverlousDisplay" API.
Note this is using the new message queueing API and must be updated to the latest version!## config.json
```json
{
"token": "BOT_TOKEN",
"display": "127.0.0.1:7878",
"channels": [
"LIST OF CHANNELIDS TO MONITOR"
]
}
```