We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 802fee8 + d37b3d5 commit d2f938eCopy full SHA for d2f938e
twitch/helix/models/user.py
@@ -50,7 +50,7 @@ def chatters(self) -> 'tmi.Chatters':
50
51
def following(self, **kwargs) -> 'helix.Follows':
52
kwargs['from_id'] = self.id
53
- return helix.Follows(api=self._api, follow_type='following', **kwargs)
+ return helix.Follows(api=self._api, follow_type='followings', **kwargs)
54
55
def followers(self, **kwargs) -> 'helix.Follows':
56
kwargs['to_id'] = self.id
0 commit comments