From 97b467939c19f4f9e0e28b79cb38df9a9beb9cf2 Mon Sep 17 00:00:00 2001 From: Louis Dominic <83048873+Kuro-Rui@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:18:40 +0700 Subject: [PATCH] Increase default timeout for ctx.send_interactive to 60 (#6352) --- redbot/core/commands/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/commands/context.py b/redbot/core/commands/context.py index bbd33b7d3..76bf18818 100644 --- a/redbot/core/commands/context.py +++ b/redbot/core/commands/context.py @@ -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]: """