You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-companion and send them to discord via Webhooks
Messages from Discord to Game:
expose and API endpoint using the bot-companion that 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.
The text was updated successfully, but these errors were encountered:
This might be an issue... maybe a more general solution for bi-directional communication would be preferred here. Having a bi-directional communication channel would allow the bot companion to push data to the bot and thus reduce the amount of requests the bot has to make while also increasing the speed at which changes are reflected in discord. This would probably also benefit the activity feed, kill feed and, in the future, the leaderboard features.
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:
bot-companion
and send them to discord via WebhooksMessages from Discord to Game:
bot-companion
that 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.
The text was updated successfully, but these errors were encountered: