lunarflu HF Staff commited on
Commit
8d44e58
·
verified ·
1 Parent(s): 57216eb
Files changed (1) hide show
  1. app.py +1 -1
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),