Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
🔧Fixed Phoenix valroll pic (#172)
Browse files Browse the repository at this point in the history
Closes #172
  • Loading branch information
mmattbtw committed Mar 28, 2021
1 parent 41fcbbd commit d113222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cogs/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ async def valroll_func(self, ctx):

elif char == "Phoenix":
embed.set_image(
url="https://static.wikia.nocookie.net/valorant/images/1/1e/Sage_artwork.png/revision/latest/scale-to-width-down/587?cb=20200602020306"
url="https://static.wikia.nocookie.net/valorant/images/f/fa/Phoenix_artwork.png/revision/latest/scale-to-width-down/652?cb=20200602020246"
)

elif char == "Jett":
Expand Down Expand Up @@ -644,7 +644,7 @@ async def valroll_duelists_command(self, ctx):

if char == "Phoenix":
embed.set_image(
url="https://static.wikia.nocookie.net/valorant/images/1/1e/Sage_artwork.png/revision/latest/scale-to-width-down/587?cb=20200602020306"
url="https://static.wikia.nocookie.net/valorant/images/f/fa/Phoenix_artwork.png/revision/latest/scale-to-width-down/652?cb=20200602020246"
)

elif char == "Jett":
Expand Down

0 comments on commit d113222

Please sign in to comment.