You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subscribe doesn't seem to be threaded, and just blocks, is there a call back function, or is the library just designed for very simple interactions with the twitch irc servers?
However, the examples bot given in the wiki results in.
File "./new.py", line 9, in handle_message
message.chat.send(f'@{message.user().display_name}, you have {message.user().view_count} views.')
TypeError: 'User' object is not callable
Library seems to work well,
I'm piecing it together by groking the source.
Subscribe doesn't seem to be threaded, and just blocks, is there a call back function, or is the library just designed for very simple interactions with the twitch irc servers?
This blocks... but it quite possible this is by design.
The text was updated successfully, but these errors were encountered: