This commit is contained in:
binlab
2023-11-15 23:05:23 +00:00
parent 0e2eddf1a0
commit cc1d581954

View File

@@ -113,6 +113,9 @@ async def mensaje_jueves():
try: try:
if 0 <= time.localtime().tm_hour + 1 < 1: return if 0 <= time.localtime().tm_hour + 1 < 1: return
channel = bot.get_channel(782191552247234632) channel = bot.get_channel(782191552247234632)
c2 = bot.get_channel(1153800096761262152)
await c2.send(time.localtime().tm_hour + 1)
if time.localtime().tm_wday == 3: if time.localtime().tm_wday == 3:
await channel.send("<@688355617681047574> FELIZ JUEVES!!!!") await channel.send("<@688355617681047574> FELIZ JUEVES!!!!")
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]) 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])