Discord CMS is another RSCS Bridge, this time using a Discord Bot and Go to allow Discord text conversations from CMS!
Only tested with nje-ii RSCS. GOPWIN interfa
Ensure NJE-II is working on your Discord NODE and able to communicate with your RSCS node first!
- List channels by messaging discord 'LIST'
- Message history by channel by messaging discord 'HIST' followed by a channel ID
- Post messages by messaging discord 'SAY' or 'S' followed by a channel ID
- DISCORD EXEC interface using GOPWIN
This project only uses the native Go build tools, and allows an optional config.toml to be specified.
go build
./discordcms (/path/to/config.toml)You don't even need to download the repo if your GOPATH is set!
go install github.com/rudi9719/discordcms@latest
discordcms (/path/to/config.toml)Ensure your config.toml is set up with your bot token and discord guild before launching!
This project is used by the following:
- PUBVM
No