mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -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,
|
self,
|
||||||
messages: Iterable[str],
|
messages: Iterable[str],
|
||||||
box_lang: Optional[str] = None,
|
box_lang: Optional[str] = None,
|
||||||
timeout: int = 15,
|
timeout: int = 60,
|
||||||
join_character: str = "",
|
join_character: str = "",
|
||||||
) -> List[discord.Message]:
|
) -> List[discord.Message]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user