diff --git a/gauntlets.py b/gauntlets.py index 878d5a2..e5d8b00 100644 --- a/gauntlets.py +++ b/gauntlets.py @@ -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"]}**. '