Update main.py

This commit is contained in:
binlab
2023-11-15 23:08:56 +00:00
parent 69d250e7f1
commit 7254d5fe6e

View File

@@ -114,8 +114,8 @@ async def mensaje_jueves():
if time.localtime().tm_hour + 1 != 24: return
channel = bot.get_channel(782191552247234632)
c2 = bot.get_channel(1153800096761262152)
await c2.send(time.localtime().tm_hour + 1)
await c2.send(time.localtime().tm_wday + 1)
# await c2.send(time.localtime().tm_hour + 1)
# await c2.send(time.localtime().tm_wday + 1) debug por si pasa algo
if time.localtime().tm_wday + 1 == 3:
await channel.send("<@688355617681047574> FELIZ JUEVES!!!!")