Fix output on update
This commit is contained in:
parent
a7091b9ef6
commit
b862411fd2
1 changed files with 1 additions and 2 deletions
|
@ -197,10 +197,9 @@ 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)
|
||||
await ctx.reply(f"```ansi\n{capture.get()}\n```", embed=embed)
|
||||
|
||||
else:
|
||||
embed = build_embed(title="Update Status", description="No changes applied", fields=[])
|
||||
|
|
Loading…
Add table
Reference in a new issue