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