From 49a0ce0d8566a75986bc1e67a53f345b1f38b7a8 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 30 Apr 2023 14:36:26 -0500 Subject: [PATCH] Season 5 Link Updates --- cogs/economy.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cogs/economy.py b/cogs/economy.py index ebca862..074f022 100644 --- a/cogs/economy.py +++ b/cogs/economy.py @@ -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)