Hambergo / 9kmmrbot

MIT License
104 stars 29 forks source link

Use a different for Twitch API calls #56

Open Hambergo opened 3 years ago

Hambergo commented 3 years ago

Starting with tmi.js version 1.8.0

Client.prototype.api will now warn on use as it's deprecated and will be removed by the next minor version, 1.9.0. It's not intended to be a great choice for API requests.

Need to rewrite code to use a different library to use Twitch API calls Probably using twitch package, but there is no preference to which library to use