@rithien/discord_bridge
v0.3.2
Published
Clusterio plugin bridging chat between instances and Discord, with per-instance channel routing
Maintainers
Readme
Clusterio Discord Bridge
Bridges chat between a Discord channel and instances, with per-instance channel routing.
Forked from Hornwitser/discord_bridge; adds support for configuring a different Discord channel per Clusterio instance, with the controller-level channel_id acting as the default for unconfigured instances and the destination for host connect/disconnect notifications.
Installation
Run the following commands in the folder Clusterio is installed to:
npm install @rithien/discord_bridge
npx clusteriocontroller plugin add @rithien/discord_bridgeSubstitute clusteriocontroller with clusteriohost or clusterioctl if this a dedicate host or ctl installation respectively.
Once installed you need to set the discord_bridge.bot_token and discord_bridge.channel_id in the controller config to make the bridge operational.
Note that the Message Content Intent is required to be enabled in Discords developer dashboard for the bot.
