Bugfix for "bad lineup" bug
This commit is contained in:
parent
baab989507
commit
50ec8d2973
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user