diff --git a/packages/castmate/src/main/plugins/twitch.js b/packages/castmate/src/main/plugins/twitch.js index b0f810c2..82a61a50 100644 --- a/packages/castmate/src/main/plugins/twitch.js +++ b/packages/castmate/src/main/plugins/twitch.js @@ -531,11 +531,10 @@ export default { ...{ userColor: this.colorCache[event.userId] }, }) - let follows = - await twitchClient.channels.getChannelFollowers( - this.state.channelId, - this.state.channelId - ) + let follows = await apiClient.channels.getChannelFollowers( + this.state.channelId, + this.state.channelId + ) this.state.followers = follows.total this.state.lastFollower = follows.data.length > 0