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,