1
0

chore: set to guild channel

This commit is contained in:
2026-06-06 22:49:00 +08:00
parent 5e36090920
commit 2ac1bb6ec0
+1 -1
View File
@@ -109,7 +109,7 @@ class GameService(QObject):
def __init__(self, parent=None):
super().__init__(parent)
self.m_game = Game(session, listening_channels=[ChitChatChannelType.ChannelTeam])
self.m_game = Game(session, listening_channels=[ChitChatChannelType.ChannelUnion])
self.m_started_at: datetime | None = None
self.m_revealed: bool = False