Fixed pitcher batting command
This commit is contained in:
parent
274e3411be
commit
be72077af8
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user