Skip to content

Commit d2f938e

Browse files
Merge pull request #17 from pirxthepilot/fix_follow_type
2 parents 802fee8 + d37b3d5 commit d2f938e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitch/helix/models/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def chatters(self) -> 'tmi.Chatters':
5050

5151
def following(self, **kwargs) -> 'helix.Follows':
5252
kwargs['from_id'] = self.id
53-
return helix.Follows(api=self._api, follow_type='following', **kwargs)
53+
return helix.Follows(api=self._api, follow_type='followings', **kwargs)
5454

5555
def followers(self, **kwargs) -> 'helix.Follows':
5656
kwargs['to_id'] = self.id

0 commit comments

Comments
 (0)