This commit is contained in:
NikolajDanger
2020-07-29 15:02:03 +02:00
parent 29537db439
commit 524099d7e6

View File

@ -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