From 524099d7e62f2b0c1a4a801aa6529a3e4a1c4cac Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 29 Jul 2020 15:02:03 +0200 Subject: [PATCH] :bug: --- Gwendolyn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Gwendolyn.py b/Gwendolyn.py index b09ba4d..42defb6 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -489,6 +489,7 @@ async def parseCommands(message,content): await message.channel.send("Shuffling the deck...") elif content.startswith("blackjack cards"): + cardsLeft = 0 with open("resources/games/blackjackCards.txt","r") as f: for line in f: cardsLeft += 1