Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
await diff_msg.delete()
Browse files
app.py
CHANGED
@@ -244,6 +244,7 @@ async def on_message_edit(before, after):
|
|
244 |
#embed.set_footer(text=f"{datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S UTC')}")
|
245 |
embed.set_footer(text=f"{convert_to_timezone(datetime.utcnow(), zurich_tz)}")
|
246 |
await bot.log_channel.send(embed=embed)
|
|
|
247 |
|
248 |
|
249 |
except Exception as e:
|
|
|
244 |
#embed.set_footer(text=f"{datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S UTC')}")
|
245 |
embed.set_footer(text=f"{convert_to_timezone(datetime.utcnow(), zurich_tz)}")
|
246 |
await bot.log_channel.send(embed=embed)
|
247 |
+
await diff_msg.delete()
|
248 |
|
249 |
|
250 |
except Exception as e:
|