Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
app.py
CHANGED
@@ -87,7 +87,8 @@ async def on_message(message):
|
|
87 |
title=f"Messages since last restart #{number_of_messages}",
|
88 |
color=discord.Color.blue()
|
89 |
)
|
90 |
-
embed.add_field(name="Channel", value=
|
|
|
91 |
embed.add_field(name="Author", value=f"{message.author} (`{message.author.id}`)", inline=False)
|
92 |
|
93 |
# Use .content directly (no ping)
|
|
|
87 |
title=f"Messages since last restart #{number_of_messages}",
|
88 |
color=discord.Color.blue()
|
89 |
)
|
90 |
+
embed.add_field(name="Channel", value=message.channel, inline=False)
|
91 |
+
embed.add_field(name="Message link", value=message.jump_url, inline=False)
|
92 |
embed.add_field(name="Author", value=f"{message.author} (`{message.author.id}`)", inline=False)
|
93 |
|
94 |
# Use .content directly (no ping)
|