From 8e6a6e0b55520b08e8bb53d920fd3e4261196902 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 29 Jul 2020 23:58:33 +0200 Subject: [PATCH] :bug: --- Gwendolyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gwendolyn.py b/Gwendolyn.py index 05c2fbd..f86080b 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -567,7 +567,7 @@ async def parseCommands(message,content): for line in f: cardsLeft += 1 - decksLeft = math.floor(cardsLeft/52) + decksLeft = math.round(cardsLeft/52) await message.channel.send(str(cardsLeft)+" cards, "+str(decksLeft)+" decks") else: