Live score description
This commit is contained in:
parent
fe1a514358
commit
ddd5c08f96
@ -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
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user