Add hash to embed footer on updates
This commit is contained in:
parent
89cd788854
commit
a7091b9ef6
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ class BotutilCog(Scale):
|
||||||
embed = build_embed(
|
embed = build_embed(
|
||||||
"Update Status", description="Updates have been applied", fields=fields
|
"Update Status", description="Updates have been applied", fields=fields
|
||||||
)
|
)
|
||||||
|
embed.set_footer(text=remote_hash)
|
||||||
|
|
||||||
self.logger.info("Updates applied")
|
self.logger.info("Updates applied")
|
||||||
await ctx.reply(f"File Changes: ```ansi\n{capture.get()}\n```", embed=embed)
|
await ctx.reply(f"File Changes: ```ansi\n{capture.get()}\n```", embed=embed)
|
||||||
|
|
Loading…
Add table
Reference in a new issue