From 22347815cbe6c8ddf332b28382fab80d1628d59a Mon Sep 17 00:00:00 2001 From: Helixu Date: Sat, 18 Dec 2021 11:36:03 +0000 Subject: [PATCH] more broken things lmao --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 46c90b5..fecbba5 100644 --- a/bot.py +++ b/bot.py @@ -187,7 +187,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() - await ctx.send("https://shitfest.net/"+json["name"]) + await ctx.send("https://shitfest.net/"+json["name"])