1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Show rank changes when battles end

This commit is contained in:
phxntxm 2017-06-27 22:02:44 -05:00
parent 3c49b5ecd8
commit fe25f93e61

View file

@ -255,7 +255,7 @@ class Interaction:
fmt += "\n{} - Rank: {} ( +{} )".format(loser.display_name, new_loser_rank, old_loser_rank - new_loser_rank)
try:
await msg.edit(fmt)
await msg.edit(content=fmt)
except:
pass