remove tl's qt

This commit is contained in:
Yizhou Chi 2024-08-14 14:52:14 +08:00
parent 3b7dbf5e4e
commit 3490a4e234

View file

@ -53,9 +53,6 @@ class TeamLeader(RoleZero):
team_info = self._get_team_info()
return TL_INFO.format(role_info=role_info, team_info=team_info)
async def _quick_think(self) -> Message:
return await super()._quick_think()
async def _think(self) -> bool:
self.instruction = TL_INSTRUCTION.format(team_info=self._get_team_info())
return await super()._think()