Fixed pitcher batting command

This commit is contained in:
Cal Corum 2024-12-12 10:47:47 -06:00
parent 274e3411be
commit be72077af8

View File

@ -2176,7 +2176,7 @@ class Players(commands.Cog):
team = await get_team_by_owner(SBA_SEASON, ctx.author.id) 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 = 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) await ctx.send(content=None, embed=embed)
# @app_commands.command(name='keepers', description='Mod: Set team keepers') # @app_commands.command(name='keepers', description='Mod: Set team keepers')