diff --git a/cogs/players.py b/cogs/players.py index c7abba7..78d4f35 100644 --- a/cogs/players.py +++ b/cogs/players.py @@ -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 diff --git a/helpers.py b/helpers.py index 5545650..13f1e87 100644 --- a/helpers.py +++ b/helpers.py @@ -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 = {