From 3662ce3b2306a7042bb5691ecadd64df5b884a40 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 31 Jan 2024 13:33:39 -0500 Subject: [PATCH] fix(backup): export branch as well --- backup/backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/backup.py b/backup/backup.py index a843726..cc85708 100644 --- a/backup/backup.py +++ b/backup/backup.py @@ -44,6 +44,7 @@ class Backup(commands.Cog): repo_dict = { "name": repo.name, "url": repo.url, + "branch": repo.branch, "cogs": [] }