Files
pytchat-fork/pytchat/processors/default/renderer/paidsticker.py
55448286+taizan-hokuto@users.noreply.github.com 582c1606c1 Created base files
2019-11-03 08:49:05 +09:00

14 lines
236 B
Python

import re
from . import currency
from .paidmessage import LiveChatPaidMessageRenderer
class LiveChatPaidStickerRenderer(LiveChatPaidMessageRenderer):
def __init__(self, item):
super().__init__(item, "superSticker")