🐛
This commit is contained in:
@ -29,6 +29,7 @@ async def blackjackLoop(channel,gameRound):
|
||||
|
||||
new_message, allStanding, gamedone = blackjackContinue(str(channel))
|
||||
if new_message != "":
|
||||
logThis(new_message)
|
||||
await channel.send(new_message)
|
||||
if gamedone == False:
|
||||
await oldImage.delete()
|
||||
|
Reference in New Issue
Block a user