From 2ac1bb6ec0a281c317965e559c5417b309277f16 Mon Sep 17 00:00:00 2001 From: Poleric Date: Sat, 6 Jun 2026 22:49:00 +0800 Subject: [PATCH] chore: set to guild channel --- src/inventory_wars/gui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inventory_wars/gui/app.py b/src/inventory_wars/gui/app.py index 09bcb05..edca880 100644 --- a/src/inventory_wars/gui/app.py +++ b/src/inventory_wars/gui/app.py @@ -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