Skip to content

2.4.1: Fixes typings from 2.4.0

Compare
Choose a tag to compare
@mkody mkody released this 23 Oct 20:52
· 30 commits to fork since this release

This release (hopefully) fixes typings with the changes introduced in 2.4.0.

Bellow a copy of the 2.4.0 release notes.


BREAKING

This package now requires to pass a Twitch Client ID and a Client Secret to EmoteFetcher before fetching Twitch emotes.

const clientId = '<your client id>';
const clientSecret = '<your client secret>';

const fetcher = new EmoteFetcher(clientId, clientSecret);

To create a Twitch app: https://dev.twitch.tv/console/apps/create
(Set the OAuth Redirect URLs to http://localhost)