Formatting the return string

pull/8/head
sgoudham 4 years ago
parent fdc6f59d63
commit e15c7a33fe

@ -68,7 +68,7 @@ def lineCount():
if not line.strip().startswith("#") or not line.strip():
total += 1
return total, file_amount
return "{} Lines | {} Files".format(total, file_amount)
class Info(commands.Cog):

Loading…
Cancel
Save