-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be great if chat messages from within the game are visible on Discord and messages in a specific discord channel are also visible in game. This is how it could be implemented:
Message from Game to Discord:
- capture chat messages using the
bot-companionand send them to discord via Webhooks
Messages from Discord to Game:
- expose and API endpoint using the
bot-companionthat allows the discord bot to post messages to the chat. Every message in a given channel could then be posted to that endpoint so that it's visible in game.
Might be useful to implement some form of rate limiting here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request