lunarflu HF Staff commited on
Commit
f6a59a5
·
verified ·
1 Parent(s): 1a91456
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -94,7 +94,6 @@ async def on_message(message):
94
  embed.add_field(name="Message Jump URL", value=f"[Jump to message!](https://discord.com/channels/{message.guild.id}/{message.channel.id}/{message.id})", inline=True)
95
  # Handle attachments
96
  # test
97
- embed = discord.Embed(title="🖼 Full Image Test", color=discord.Color.green())
98
 
99
  for attachment in message.attachments:
100
  if not attachment.filename.startswith("SPOILER_") and attachment.content_type and attachment.content_type.startswith("image/"):
 
94
  embed.add_field(name="Message Jump URL", value=f"[Jump to message!](https://discord.com/channels/{message.guild.id}/{message.channel.id}/{message.id})", inline=True)
95
  # Handle attachments
96
  # test
 
97
 
98
  for attachment in message.attachments:
99
  if not attachment.filename.startswith("SPOILER_") and attachment.content_type and attachment.content_type.startswith("image/"):