alveusgg / extension

Twitch extension for Alveus Sanctuary, allowing stream viewers to learn more about the ambassadors at the sanctuary.

Home Page:https://www.twitch.tv/alveussanctuary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The same chat command cannot execute more than once in a row

abdullahmorrison opened this issue · comments

because the overlay popup commands are controlled in its useEffect and the commands are a dependency within the useEffect, if the same command is called in chat, the useEffect will not execute that command because the useEffect's dependencies have not changed.

It should be possible to re-execute the same command if needed so this will have to be reworked.

👀 Taking a look at this