Season 5 Link Updates

This commit is contained in:
Cal Corum 2023-04-30 14:36:26 -05:00
parent 6b4e2de0ea
commit 49a0ce0d85

View File

@ -248,18 +248,18 @@ class Economy(commands.Cog):
value=f'{get_roster_sheet({"gsheet": current["gsheet_template"]}, allow_embed=True)}'
)
embed.add_field(
name='Paper Dynasty Season 4 Guidelines',
value='https://docs.google.com/document/d/1b2_eUWaIhdGgD9DapvZrppu5famukqYKTC4wu2DyyFY/edit?usp=sharing',
name='Paper Dynasty Season 5 Guidelines',
value='https://docs.google.com/document/d/1ngsjbz8wYv7heSiPMJ21oKPa6JLStTsw6wNdLDnt-k4/edit?usp=sharing',
inline=False
)
embed.add_field(
name='Rules Reference',
value='https://docs.google.com/document/d/1yGZcHy9zN2MUi4hnce12dAzlFpIApbn7zR24vCkPl1o',
value='https://docs.google.com/document/d/1wu63XSgfQE2wadiegWaaDda11QvqkN0liRurKm0vcTs/edit?usp=sharing',
inline=False
)
embed.add_field(
name='Changelog',
value='https://manticorum.notion.site/Paper-Dynasty-Season-4-Changelog-75b5e51ab4f246a9b6a3f69df9745d53',
value='https://manticorum.notion.site/Paper-Dynasty-Season-5-Updates-52e35839523d4e198808d6f503230f0a',
inline=False
)
await ctx.send(content=None, embed=embed)