Update 2023 Live cardset name to 2023 Season

This commit is contained in:
Cal Corum 2023-10-22 16:42:14 -05:00
parent a09224ae6b
commit 30ea1f300a

View File

@ -368,7 +368,7 @@ class Players(commands.Cog):
async def player_slash_command(
self, interaction: discord.Interaction, player_name: str,
cardset: Literal['All', '2008 Season', '2012 Season', '2013 Season', '2016 Season', '2019 Season',
'2021 Season', '2022 Season', '2022 Promos', '2023 Live', '2023 Promos',
'2021 Season', '2022 Season', '2022 Promos', '2023 Season', '2023 Promos',
'Mario Super Sluggers', 'Sams Choice'] = 'All'):
# min_rarity: Literal['Replacement', 'Reserve', 'Starter', 'All-Star', 'MVP'] = None):
ephemeral = False