1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Increase introduction time per question to 5 minutes

This commit is contained in:
wlinator 2024-08-16 16:16:27 +02:00
parent 1fa72bda6f
commit 9da8f782ce

View file

@ -97,7 +97,7 @@ async def cmd(self, ctx: bridge.Context) -> None:
answer: discord.Message = await self.client.wait_for(
"message",
check=check,
timeout=120,
timeout=300,
)
answer_content: str = answer.content.replace("\n", " ")