fix(commands:getheaders|Network): fix timeout

This commit is contained in:
Romain J 2021-04-20 17:26:12 +02:00
parent 64fba7fec6
commit 22c5ee57d4
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class Network(commands.Cog):
async with ctx.session.get(
str(ip),
headers=headers,
timeout=aiohttp.ClientTimeout(total=4),
timeout=aiohttp.ClientTimeout(total=8),
) as s:
e = discord.Embed(
title=f"Headers : {ip}",