mini bromita
This commit is contained in:
5
main.py
5
main.py
@@ -31,7 +31,7 @@ async def on_ready():
|
|||||||
print(f"características actuales: {msg.content}")
|
print(f"características actuales: {msg.content}")
|
||||||
await send_log(f"hora de inicio: {time.ctime(time.time())}")
|
await send_log(f"hora de inicio: {time.ctime(time.time())}")
|
||||||
mensaje_jueves.start()
|
mensaje_jueves.start()
|
||||||
horario_enviar.start()
|
# horario_enviar.start()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -212,6 +212,9 @@ 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:
|
||||||
|
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:
|
||||||
await ctx.reply("https://tenor.com/view/fernando-alonso-live-fernando-reaction-alonso-fernando-live-reaction-gif-1814768510923235803", delete_after=5)
|
await ctx.reply("https://tenor.com/view/fernando-alonso-live-fernando-reaction-alonso-fernando-live-reaction-gif-1814768510923235803", delete_after=5)
|
||||||
|
|||||||
Reference in New Issue
Block a user