Update main.py

This commit is contained in:
Mike2.0
2023-11-11 16:15:25 +00:00
parent 92ccc204d9
commit b4d417e757

View File

@@ -111,7 +111,7 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'],
async def mensaje_jueves():
channel = bot.get_channel(1051497546708697120)
if time.localtime().tm_wday == 5:
await channel.send("prueba")
await channel.send(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])