Update main.py

This commit is contained in:
binlab
2024-05-30 17:16:11 +00:00
parent 28893789bb
commit def16f0760

View File

@@ -213,7 +213,7 @@ async def rima(ctx, message):
elif message.content.lower().endswith("jueves") and message.author != bot.user: elif message.content.lower().endswith("jueves") and message.author != bot.user:
await ctx.reply(random.choices(["https://media.tenor.com/riA830QHvC8AAAAC/feliz-jueves-asuka.gif","https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif"], k=1, weights=[9,1])[0], mention_author=True) await ctx.reply(random.choices(["https://media.tenor.com/riA830QHvC8AAAAC/feliz-jueves-asuka.gif","https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif"], k=1, weights=[9,1])[0], mention_author=True)
elif message.content.lower().endswith("jueves ** **") and message.author == 518377522485002241: elif message.content.lower().endswith("jueves ** **") and message.author != bot.user:
await ctx.reply("https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif", mention_author=True) await ctx.reply("https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif", mention_author=True)
elif any(i in message.content for i in ("33", "treinta y tres")) and message.author != bot.user: elif any(i in message.content for i in ("33", "treinta y tres")) and message.author != bot.user: