🐛
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user