From 4f4d83bae4aa559f0112df9676f889b3cb2c19db Mon Sep 17 00:00:00 2001 From: Helixu Date: Sat, 20 Nov 2021 17:17:33 +0000 Subject: [PATCH] a line broke fox, gg! --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 12c423c..09321e1 100755 --- a/bot.py +++ b/bot.py @@ -37,7 +37,6 @@ bot = commands.Bot(command_prefix='gib ') @bot.command(brief="gives you a fluffy fox") async def fox(ctx): - async with aiohttp.ClientSession() as session: async with session.get('https://foxrudor.de/') as resp: file = File(io.BytesIO(await resp.read()),filename='fox.jpg')