From 3b11c6e4f21d828048e88a9af3089ff7964ef53a Mon Sep 17 00:00:00 2001 From: Helixu Date: Tue, 23 Nov 2021 17:48:49 +0000 Subject: [PATCH] Revert gib meme as per request by API holder --- bot.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bot.py b/bot.py index ae1358e..f6930e9 100644 --- a/bot.py +++ b/bot.py @@ -161,9 +161,7 @@ async def meme(ctx): async with aiohttp.ClientSession() as session: async with session.get('https://api.shitfest.net/v2/random.php') as resp: json = await resp.json() - async with session.get(f"https://buckets.cat.casa/memestorage/mp4/{json['mp4_hash']}.mp4") as mp4: - file = File(io.BytesIO(await mp4.read()), filename=json['name']+'.mp4') - await ctx.send("m e m e", file=file) + await ctx.send("https://shitfest.net/"+json["name"]) @bot.command(brief='makes things gay')