pito
This commit is contained in:
6
main.py
6
main.py
@@ -109,10 +109,10 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'],
|
||||
|
||||
#@tasks.loop(seconds = 5.0)
|
||||
# async def mensaje_jueves():
|
||||
# current_time = time.localtime()
|
||||
# dia_semana = current_time.tm_wday
|
||||
# current_time = time.localtime() # innecesario
|
||||
# dia_semana = current_time.tm_wday # innecesario
|
||||
# channel = bot.get_channel(1051497546708697120)
|
||||
# if dia_semana == 5:
|
||||
# if time.localtime().tm_wday == 5:
|
||||
# await channel.send("prueba")
|
||||
#return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user