mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Increase default timeout for send_interactive to 60 (#6346)
This commit is contained in:
parent
f8d6bbb0af
commit
f54499eaba
@ -2324,7 +2324,7 @@ class Red(
|
||||
*,
|
||||
user: Optional[discord.User] = None,
|
||||
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