Wipe team after successful run

This commit is contained in:
Cal Corum 2023-04-17 15:44:30 -05:00
parent 5972e950db
commit acda7e40ab

View File

@ -563,6 +563,7 @@ async def post_result(run_id: int, is_win: bool, this_team, bot, ctx):
)
final_message = f'That\'s number 10! Way to go - you have completed the **{this_event["name"]} Gauntlet** ' \
f'with a record of {this_run["wins"]}-{this_run["losses"]}! '
c_query = db_post(f'cards/wipe-team/{this_team["id"]}')
else:
final_message = f'Big win there! Your {this_event["name"]} record is now **{this_run["wins"]}-' \
f'{this_run["losses"]}**. '