fix(backup): export branch as well

This commit is contained in:
Seaswimmer 2024-01-31 13:33:39 -05:00
parent 7fdb106fad
commit 3662ce3b23
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -44,6 +44,7 @@ class Backup(commands.Cog):
repo_dict = {
"name": repo.name,
"url": repo.url,
"branch": repo.branch,
"cogs": []
}