Update 2023 Live cardset name to 2023 Season
This commit is contained in:
parent
a09224ae6b
commit
30ea1f300a
@ -368,7 +368,7 @@ class Players(commands.Cog):
|
|||||||
async def player_slash_command(
|
async def player_slash_command(
|
||||||
self, interaction: discord.Interaction, player_name: str,
|
self, interaction: discord.Interaction, player_name: str,
|
||||||
cardset: Literal['All', '2008 Season', '2012 Season', '2013 Season', '2016 Season', '2019 Season',
|
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'):
|
'Mario Super Sluggers', 'Sams Choice'] = 'All'):
|
||||||
# min_rarity: Literal['Replacement', 'Reserve', 'Starter', 'All-Star', 'MVP'] = None):
|
# min_rarity: Literal['Replacement', 'Reserve', 'Starter', 'All-Star', 'MVP'] = None):
|
||||||
ephemeral = False
|
ephemeral = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user