Skip to content

Commit

Permalink
Increase default timeout for send_interactive to 60 (Cog-Creators#6346)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID authored Apr 4, 2024
1 parent f8d6bbb commit f54499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@ async def send_interactive(
*,
user: Optional[discord.User] = None,
box_lang: Optional[str] = None,
timeout: int = 15,
timeout: int = 60,
join_character: str = "",
) -> List[discord.Message]:
"""
Expand Down

0 comments on commit f54499e

Please sign in to comment.