Add hash to embed footer on updates

This commit is contained in:
Zeva Rose 2022-05-01 10:06:47 -06:00
parent 89cd788854
commit a7091b9ef6

View file

@ -197,6 +197,7 @@ class BotutilCog(Scale):
embed = build_embed(
"Update Status", description="Updates have been applied", fields=fields
)
embed.set_footer(text=remote_hash)
self.logger.info("Updates applied")
await ctx.reply(f"File Changes: ```ansi\n{capture.get()}\n```", embed=embed)