diff --git a/cogs/players.py b/cogs/players.py index bf2e769..25eed28 100644 --- a/cogs/players.py +++ b/cogs/players.py @@ -2176,7 +2176,7 @@ class Players(commands.Cog): team = await get_team_by_owner(SBA_SEASON, ctx.author.id) embed = get_team_embed(f'Pitcher Batting Card #{card_num}', team=team, thumbnail=False) - embed.set_image(url=f'{SBA_BASE_URL}/static/images/pitbat/card-{card_num}.png') + embed.set_image(url=f'{SBA_BASE_URL}/images/pitbat/card-{card_num}.png') await ctx.send(content=None, embed=embed) # @app_commands.command(name='keepers', description='Mod: Set team keepers')