lunarflu HF Staff commited on
Commit
ca72e8e
·
verified ·
1 Parent(s): 2eb220d

await diff_msg.delete()

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: