more broken things lmao
This commit is contained in:
parent
1fac729e83
commit
22347815cb
1 changed files with 1 additions and 1 deletions
2
bot.py
2
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"])
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue