mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Increase default timeout for ctx.send_interactive to 60 (#6352)
This commit is contained in:
parent
f54499eaba
commit
97b467939c
@ -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]:
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user