diff --git a/tuxbot/cogs/Utils/functions/info.py b/tuxbot/cogs/Utils/functions/info.py index 51a0e4e..1c9d246 100644 --- a/tuxbot/cogs/Utils/functions/info.py +++ b/tuxbot/cogs/Utils/functions/info.py @@ -13,7 +13,7 @@ def fetch_info(): file_amount = 0 python_file_amount = 0 - for path, _, files in os.walk("."): + for path, _, files in os.walk("./tuxbot"): for name in files: file_dir = str(pathlib.PurePath(path, name)) if (