diff --git a/cogs/info.py b/cogs/info.py index a11d5b12..facc319b 100644 --- a/cogs/info.py +++ b/cogs/info.py @@ -121,6 +121,7 @@ async def line_count(): # Ignoring the venv directory if not name.endswith(".py") or ENV in file_dir: continue + print(name) file_amount += 1 with open(file_dir, "r", encoding="utf-8") as file: for line in file: