Bugfix for "bad lineup" bug

This commit is contained in:
Cal Corum 2023-07-14 13:38:55 -05:00
parent baab989507
commit 50ec8d2973

View File

@ -187,7 +187,7 @@ async def run_draft(interaction: discord.Interaction, main_team, this_event, dra
if this_event['id'] == 1:
embed_title = f'{main_team["lname"]} - {this_event["name"]} Draft'
embed_description = f'{this_event["name"]}'
base_params = ai_manager.MAJOR_CARDSET_PARAMS
base_params = copy.deepcopy(ai_manager.MAJOR_CARDSET_PARAMS)
base_params.extend([('limit', 8), ('cardset_id', 8)])
elif this_event['id'] == 2:
embed_title = f'{main_team["lname"]} - {this_event["name"]} Draft'