We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7634d9 commit 783cefdCopy full SHA for 783cefd
discord/interactions.py
@@ -209,7 +209,7 @@ async def _wrapped_interaction(
209
i = await state.client.wait_for(
210
'interaction_finish',
211
check=lambda d: d.nonce == nonce,
212
- timeout=12,
+ timeout=300,
213
)
214
except (asyncio.TimeoutError, asyncio.CancelledError) as exc:
215
raise InvalidData('Did not receive a response from Discord') from exc
0 commit comments