From f54499eaba37674de0473100b5aa5ec73bbacb5c Mon Sep 17 00:00:00 2001 From: TrustyJAID Date: Thu, 4 Apr 2024 12:21:05 -0600 Subject: [PATCH] Increase default timeout for send_interactive to 60 (#6346) --- redbot/core/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/bot.py b/redbot/core/bot.py index f3a9135d6..2843099fe 100644 --- a/redbot/core/bot.py +++ b/redbot/core/bot.py @@ -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]: """