Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ async def search(ctx, target_id: str):
|
|
63 |
|
64 |
embed = message.embeds[0]
|
65 |
for field in embed.fields:
|
66 |
-
if field.name.startswith("ID") and target_id in field.value:
|
67 |
entry = {
|
68 |
"log_type": log_type,
|
69 |
"timestamp": str(embed.timestamp),
|
|
|
63 |
|
64 |
embed = message.embeds[0]
|
65 |
for field in embed.fields:
|
66 |
+
if field.name.startswith("ID:") and target_id in field.value:
|
67 |
entry = {
|
68 |
"log_type": log_type,
|
69 |
"timestamp": str(embed.timestamp),
|