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"])