Closed mvarendorff closed 6 years ago
Will hopefully fix #27 and #30
I will leave this here for you @cavariux to look over it so if you have anything to change, feel free to drop me a note or change things ^^
Closing because onHost issue. See #30
Sure, thanks for the help haha, it has exploded the last days. Again thank you ^^
Created two classes for TwitchAPIConnections. Might (need to) move the requests in Channel over some time. onHost triggered by a private message by "jtv" with hoster in message body. Removed deprecation of
#toString()
. Just because it works without doesn't mean one shouldn't and I often get deprecation warnings in my projects because I don't want to dochannel + ""
but rather go for the more easily readabletoString()
. And it is not like the method will be removed any time soon ^^