Wipe team after successful run
This commit is contained in:
parent
5972e950db
commit
acda7e40ab
@ -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"]}**. '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user