tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 217 forks source link

client.whisper() now rejects #410

Closed FoseFx closed 3 years ago

FoseFx commented 4 years ago

client.whisper() now rejects, for now only when one of the following notices arrive within the _getPromiseDelay() time-span:

This closes #388 This is a breaking change

FoseFx commented 4 years ago

Hey @AlcaDesign, I came up with this solution but I don't have access to a known bot right now, so I can't test it properly. Can you let me know if this solution makes sense? I saw the _promiseWhisper event, which I used here, being emitted, but never listened on, does it cause any problems anywhere?

FoseFx commented 3 years ago

@AlcaDesign poke