Skip to content

Commit

Permalink
Remove image
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Mar 24, 2024
1 parent e9de99e commit f8c6b09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/heihachi/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def get_move_embed(frame_service: FrameService, character: Character, move: Move
if move.notes:
embed.add_field(name="Notes", value=move.notes)

if move.image:
embed.set_image(url=move.image)

if move.video:
embed.add_field(name="Video", value=f"[Link]({move.video})", inline=False)

Expand Down

0 comments on commit f8c6b09

Please sign in to comment.