diff --git a/main.py b/main.py index 3c27571..f8cf022 100644 --- a/main.py +++ b/main.py @@ -130,7 +130,7 @@ async def rima(ctx, message): await ctx.reply(random.choice(["Te la mete en el pesquero","Apaliza a un forastero"]), mention_author=True, delete_after=5) elif message.content.lower().endswith("jueves") and message.author != bot.user: - await ctx.reply(random.choice(["https://media.tenor.com/riA830QHvC8AAAAC/feliz-jueves-asuka.gif","https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif"]), mention_author=True, delete_after=5) + await ctx.reply(random.choice(["https://media.tenor.com/riA830QHvC8AAAAC/feliz-jueves-asuka.gif","https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif"]), mention_author=True) except Exception as e: await send_log(f"rip. Error: ```{e}```")