Fix output on update

This commit is contained in:
Zeva Rose 2022-05-01 10:13:07 -06:00
parent a7091b9ef6
commit b862411fd2

View file

@ -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=[])