Skip to content

Commit

Permalink
Update wavu logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Feb 11, 2024
1 parent ead0869 commit e87acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def move_embed(character: character, move: dict):
)

embed.set_thumbnail(url=character.portrait[0])
embed.set_footer(text="Wavu.wiki", icon_url="https://i.imgur.com/xfdEUee.png")
embed.set_footer(text="Wavu.wiki", icon_url="https://wavu.wiki/android-chrome-192x192.png")
embed.set_author(name=_upper_first_letter(character.name), url=character.wavu_page)

embed.add_field(name='Target', value=move['target'])
Expand Down

0 comments on commit e87acc1

Please sign in to comment.