Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -112,7 +112,7 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'],
|
||||
current_time = time.localtime()
|
||||
dia_semana = current_time.tm_wday
|
||||
channel = bot.get_channel(1051497546708697120)
|
||||
if dia_semana == 5
|
||||
if dia_semana == 5:
|
||||
await channel.send("prueba")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user