diff options
| -rw-r--r-- | bot/exts/backend/branding/_repository.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/backend/branding/_repository.py b/bot/exts/backend/branding/_repository.py index 1a6b13c8b..ef292619e 100644 --- a/bot/exts/backend/branding/_repository.py +++ b/bot/exts/backend/branding/_repository.py @@ -35,6 +35,7 @@ class RemoteObject: The annotations match keys in the response JSON that we're interested in. """ + sha: str # Hash helps us detect asset change name: str # Filename path: str # Path from repo root type: str # Either 'file' or 'dir' |