You've already forked XiguaLiveDanmakuHelper
改善代码兼容性
This commit is contained in:
@ -4,9 +4,9 @@ from .Lottery import Lottery
|
||||
|
||||
class Chat:
|
||||
|
||||
content: str =""
|
||||
user: User=None
|
||||
filterString:list = ["",]
|
||||
content =""
|
||||
user=None
|
||||
filterString = ["",]
|
||||
isFiltered = False
|
||||
|
||||
def __init__(self, json=None, lottery:Lottery = None):
|
||||
|
Reference in New Issue
Block a user