mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
Increase default timeout for ctx.send_interactive to 60 (#6352)
This commit is contained in:
@@ -151,7 +151,7 @@ class Context(DPYContext):
|
||||
self,
|
||||
messages: Iterable[str],
|
||||
box_lang: Optional[str] = None,
|
||||
timeout: int = 15,
|
||||
timeout: int = 60,
|
||||
join_character: str = "",
|
||||
) -> List[discord.Message]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user