AttributeError: module 'twitch_chat_irc' has no attribute 'TwitchChatIRC'
Хочу сделать своего чат бота для Twitch с помощью Twitch Chat IRC - https://pypi.org/project/twitch-chat-irc/
Вот в чем проблема. При попытке подключиться выдает ошибку
connection = twitch_chat_irc.TwitchChatIRC(channel_name, os.getenv('token'))
AttributeError: module 'twitch_chat_irc' has no attribute 'TwitchChatIRC'
В чем проблема?
Источник: Stack Overflow на русском