Update main.py
This commit is contained in:
4
main.py
4
main.py
@@ -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!!!!")
|
||||
|
||||
Reference in New Issue
Block a user