From c12bf9942a0a7d8b3504405813023e6c6f1360b0 Mon Sep 17 00:00:00 2001 From: Ascensionn <87586499+Ascensionn@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:56:34 -0500 Subject: [PATCH] Update redbot/cogs/warnings/warnings.py Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com> --- redbot/cogs/warnings/warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/warnings/warnings.py b/redbot/cogs/warnings/warnings.py index 628af9512e0..6cca2379669 100644 --- a/redbot/cogs/warnings/warnings.py +++ b/redbot/cogs/warnings/warnings.py @@ -396,7 +396,7 @@ async def warn( return user_obj = self.bot.get_user(user) or discord.Object(id=user) try: - confirm = ConfirmView(ctx.author, timeout=10) + confirm = ConfirmView(ctx.author, timeout=30) confirm.message = await ctx.send( f"User `{user}` is not in the server but has been found globally. Would you like to ban them instead?", view=confirm,