From bf63da3655eca00e72713bcf5ef88f9afdaefa64 Mon Sep 17 00:00:00 2001 From: Draper <27962761+Drapersniper@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:50:42 +0100 Subject: [PATCH] Stop backing up lavalink logs (#4453) --- redbot/core/utils/_internal_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/redbot/core/utils/_internal_utils.py b/redbot/core/utils/_internal_utils.py index e5ffb6ebb..c91149f0f 100644 --- a/redbot/core/utils/_internal_utils.py +++ b/redbot/core/utils/_internal_utils.py @@ -211,6 +211,7 @@ async def create_backup(dest: Path = Path.home()) -> Optional[Path]: os.path.join("Downloader", "lib"), os.path.join("CogManager", "cogs"), os.path.join("RepoManager", "repos"), + os.path.join("Audio", "logs"), ] # Avoiding circular imports