Skip to content

Commit

Permalink
Increase default timeout for ctx.send_interactive to 60 (Cog-Creators…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuro-Rui authored Apr 12, 2024
1 parent f54499e commit 97b4679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/commands/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async def send_interactive(
self,
messages: Iterable[str],
box_lang: Optional[str] = None,
timeout: int = 15,
timeout: int = 60,
join_character: str = "",
) -> List[discord.Message]:
"""
Expand Down

0 comments on commit 97b4679

Please sign in to comment.