Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
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/"):
|