diff --git a/api/chat.py b/api/chat.py index b488fdb..a3a9a74 100644 --- a/api/chat.py +++ b/api/chat.py @@ -101,6 +101,10 @@ class Room(blivedm.BLiveClient): self.clients: List['ChatHandler'] = [] self.auto_translate_count = 0 + async def init_room(self): + await super().init_room() + return True + def stop_and_close(self): if self.is_running: future = self.stop() diff --git a/blivedm b/blivedm index 4c64c1b..3156142 160000 --- a/blivedm +++ b/blivedm @@ -1 +1 @@ -Subproject commit 4c64c1bd1e9fe634894d7b781eab1fef0e753907 +Subproject commit 3156142011c31343fb8acc0c14233c2b7ae0070f