test 3
This commit is contained in:
2
main.py
2
main.py
@@ -156,7 +156,7 @@ async def mensaje_jueves():
|
|||||||
# @tasks.loop(hours = 1)
|
# @tasks.loop(hours = 1)
|
||||||
async def mandar_ebau():
|
async def mandar_ebau():
|
||||||
try:
|
try:
|
||||||
if time.localtime().tm_hour != 6: return
|
# if time.localtime().tm_hour != 6: return
|
||||||
channel = bot.get_channel(782191552247234632)
|
channel = bot.get_channel(782191552247234632)
|
||||||
c2 = bot.get_channel(1153800096761262152)
|
c2 = bot.get_channel(1153800096761262152)
|
||||||
# await c2.send(time.localtime().tm_hour + 1)
|
# await c2.send(time.localtime().tm_hour + 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user