AlgosGitHub / KindleTwitchController

Twitch Chat Moderation and OBS Control Panel tailored for Kindle devices.
MIT License
2 stars 0 forks source link

Twitch Ignores Chatted Mod Commands #20

Closed AlgosGitHub closed 6 months ago

AlgosGitHub commented 7 months ago

We've discovered that submitting commands through twitch chat doesn't work. They're simply ignored, probably to prevent hijackings through IRC.

So, we'll want to use Helix or some other part of the Twitch4j API to carry out these commands.

TwitchWebsocketGateway must be refactored.

AlgosGitHub commented 7 months ago

We've observed that another twitch chat app is using Helix to execute mod commands.

AlgosGitHub commented 6 months ago

The chat commands did work, after all. We didn't establish the nature of the bug, but I suspect it was an authentication issue that was resolved incidentally when we attempted to submit the commands via Helix.