diff --git a/redbot/core/commands/context.py b/redbot/core/commands/context.py index bbd33b7d371..76bf18818b1 100644 --- a/redbot/core/commands/context.py +++ b/redbot/core/commands/context.py @@ -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]: """