Skip to content

Commit

Permalink
oops.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Rodrigues dos Santos <[email protected]>
  • Loading branch information
BruDriguezz authored Jul 15, 2024
1 parent bf39c89 commit 860189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/exts/dragonfly/dragonfly.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _build_package_scan_result_embed(scan_result: Package) -> discord.Embed:
title, color = ("Malicious", 0xF70606) if condition else ("Benign", 0x4CBB17)

embed = discord.Embed(
title=f"{title} package found: {scan_result.name} @ {scan_result.version} - scan date: {scan_result.queued_at]",
title=f"{title} package found: {scan_result.name} @ {scan_result.version} - scan date: {scan_result.queued_at}",
description=f"```YARA rules matched: {', '.join(scan_result.rules) or 'None'}```",
color=color,
)
Expand Down

0 comments on commit 860189d

Please sign in to comment.