Technik-Tueftler / TwitchHenCommander

Collect the messages with a hashtag and tweet the hastags at the end of the stream
GNU General Public License v3.0
3 stars 0 forks source link

Error at stream-end #59

Open Technik-Tueftler opened 1 month ago

Technik-Tueftler commented 1 month ago
await func(*args)

File "/usr/local/lib/python3.11/site-packages/twitchio/client.py", line 208, in wrapped Traceback (most recent call last): File "/user/app/TwitchHenCommander/source/twitch_bot.py", line 71, in event_message if await check_if_hash_authorized(message): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/user/app/TwitchHenCommander/source/twitch_bot.py", line 40, in check_if_hash_authorized if message.author.is_subscriber: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'WhisperChatter' object has no attribute 'is_subscriber'