1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Update how message's are edited to match rewrite

This commit is contained in:
Phxntxm 2017-03-27 14:37:58 -05:00
parent 37a5fb3701
commit 989d909c2f

View file

@ -271,7 +271,7 @@ class Game:
return
self.hit(self.dealer)
fmt = "It is the dealer's turn to play\n\n{}".format(self.dealer)
msg = await msg.edit(content=fmt)
await msg.edit(content=fmt)
async def round_task(self):
"""The task handling the round itself, asking each person to hit or stand"""