Live score description

This commit is contained in:
Cal Corum 2023-10-26 00:37:21 -05:00
parent fe1a514358
commit ddd5c08f96
2 changed files with 7 additions and 0 deletions

View File

@ -176,6 +176,11 @@ class Players(commands.Cog):
embed = get_team_embed('SBa Scoreboard')
embed.add_field(name='Live Games', value="\n\n".join(game_strings))
embed.set_footer(
text=f'SBa Season {SBA_SEASON} - I hope you are having a great day unless your last name '
f'starts with "castag".',
icon_url=LOGO
)
await score_channel.set_permissions(player_role, read_messages=True)
await score_channel.send(content=None, embed=embed)
return

View File

@ -39,6 +39,8 @@ SBA_IMAGE_URL = f'{SBA_BASE_URL}/images'
SBA_PLAYERS_ROLE_NAME = f'Season {SBA_SEASON} Players'
PD_PLAYERS_ROLE_NAME = f'Paper Dynasty Players'
ALL_PLAYERS = [SBA_PLAYERS_ROLE_NAME, PD_PLAYERS_ROLE_NAME]
LONG_FOOTER_TEXT = f'SBa Season {SBA_SEASON} - I hope you are having a great day unless your last name ' \
f'starts with "castag".'
LOGO = f'{SBA_BASE_URL}/sba-logo.png'
INFIELD_X_CHART = {