PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
785 stars 163 forks source link

Missing attribute at 'class twitchio.Chatter' #391

Closed robezonetv closed 1 year ago

robezonetv commented 1 year ago

Hi,

We foundout that we can get author.name and non-documented value (user_id ~ twitch_id) as in author.id (but this value is not documented.

Is possible to fix it? I can't find how to make pull request in doc for this update.

Thank you in advance.

github-actions[bot] commented 1 year ago

Hello! Thanks for the issue. If this is a general help question, for a faster response consider joining the official Discord Server

Else if you have an issue with the library please wait for someone to help you here.

chillymosh commented 1 year ago

@robezonetv please install from Master as Chatter.id has now been added publicly

robezonetv commented 1 year ago

Hi @chillymosh, thank you for information. I missed that I'm able to switch from latest documentation to master documentation in left bottom corner (facepalm). Right now I see it.