Call capture.get in file change output
This commit is contained in:
parent
62370324fa
commit
89cd788854
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class BotutilCog(Scale):
|
|||
)
|
||||
|
||||
self.logger.info("Updates applied")
|
||||
await ctx.reply(f"File Changes: ```ansi\n{capture}\n```", embed=embed)
|
||||
await ctx.reply(f"File Changes: ```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