diff --git a/cogs/players.py b/cogs/players.py index bccf75a..48b66b5 100644 --- a/cogs/players.py +++ b/cogs/players.py @@ -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