diff --git a/pytchat/processors/simple_display_processor.py b/pytchat/processors/simple_display_processor.py index 281b3df..1ca01ce 100644 --- a/pytchat/processors/simple_display_processor.py +++ b/pytchat/processors/simple_display_processor.py @@ -31,7 +31,7 @@ class SimpleDisplayProcessor(ChatProcessor): purchase_amount_text = '' else: root = ( action['addChatItemAction']['item'].get('liveChatPaidMessageRenderer') or - action['addChatItemAction']['item'].get('liveChatPaidMessageRenderer') ) + action['addChatItemAction']['item'].get('liveChatPaidStickerRenderer') ) if root: author_name = root['authorName']['simpleText'] message = self._parse_message(root.get('message'))