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
Always results in No response from twitch even though I can see the message You have added xy as a moderator of this room. in debug mode.
Digging through source, the mod_success NOTICE does get fired, but either the response delay is more than 600ms or something doesn't get fired correctly.
Expected behaviour:
I expect the promise to get resolved when a user is modded, and fail when the user does not get modded.
Server configuration
Operating system: Linux (Ubuntu Server)
Node version (if applicable): v6.9.0
NPM version (if applicable): 4.0.3
tmi.js version: 1.1.2
The text was updated successfully, but these errors were encountered:
Actual behaviour:
Doing
Always results in
No response from twitch
even though I can see the messageYou have added xy as a moderator of this room.
in debug mode.Digging through source, the mod_success NOTICE does get fired, but either the response delay is more than 600ms or something doesn't get fired correctly.
Expected behaviour:
I expect the promise to get resolved when a user is modded, and fail when the user does not get modded.
Server configuration
The text was updated successfully, but these errors were encountered: