From 83dfb2a7a0389e53d61a30bd93aba2c749a4aa48 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Thu, 11 Mar 2021 21:51:13 +0100 Subject: Branding: expose SHA on remote objects --- bot/exts/backend/branding/_repository.py | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3