Update main.py
This commit is contained in:
6
main.py
6
main.py
@@ -106,9 +106,9 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'],
|
|||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
async def jueves():
|
async def jueves():
|
||||||
fecha_actual = datetime.strftime(fecha_actual, '%A %H:%M:%S')
|
fecha = datetime.strftime(fecha, '%A %H:%M:%S')
|
||||||
channel = client.get_channel(1051497546708697120)
|
channel = bot.get_channel(1051497546708697120)
|
||||||
await send_log(fecha_actual)
|
await send_log(fecha)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user