From 57c129c9ce0c4e917325a439169a28702f1e2c43 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 31 Jan 2024 14:42:29 -0500 Subject: [PATCH] fix(backup): fixed another attributeerror --- backup/backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backup.py b/backup/backup.py index 26c3860..bc69b62 100644 --- a/backup/backup.py +++ b/backup/backup.py @@ -184,7 +184,7 @@ class Backup(commands.Cog): installed_cogs, failed_cogs = await downloader._install_cogs(cogs_c) - if repo.available_libraries: + if repository.available_libraries: installed_libs, failed_libs = await repository.install_libraries(target_dir=downloader.SHAREDLIB_PATH, req_target_dir=downloader.LIB_PATH) if cog_pinned: