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
When I add in the third argument of the 'Comfy.Init' function something other than undefined, null, or false, the main channel no longer calls the 'Confy.onChat' function.
ComfyJS.Init( "MyTwitchChannel", null );
I was able to work around the problem by putting an empty channel as the main channel and first element of the array of other channels.
This feature has a problem.
When I add in the third argument of the 'Comfy.Init' function something other than undefined, null, or false, the main channel no longer calls the 'Confy.onChat' function.
I was able to work around the problem by putting an empty channel as the main channel and first element of the array of other channels.
The text was updated successfully, but these errors were encountered: