fix(backup): added a missing newline

This commit is contained in:
Seaswimmer 2024-01-31 15:02:06 -05:00
parent a00bfc3f93
commit 7766b94a9e
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -208,4 +208,4 @@ class Backup(commands.Cog):
install_e.append(f"Failed to install {failed_cogs}")
if failed_libs:
install_e.append(f"Failed to install {failed_libs} required for {cog_name}")
await ctx.send("Import complete!", file=text_to_file(f"Repositories:\n{repo_s}\n\nRepository Errors:\n{repo_e}\n\nUninstalled Cogs:\n{uninstall_s}\n\nUninstalled Cogs Errors:\n{uninstall_e}\n\nInstalled Cogs:\n{install_s}\n\nInstalled Cogs Errors:{install_e}", 'backup.log'))
await ctx.send("Import complete!", file=text_to_file(f"Repositories:\n{repo_s}\n\nRepository Errors:\n{repo_e}\n\nUninstalled Cogs:\n{uninstall_s}\n\nUninstalled Cogs Errors:\n{uninstall_e}\n\nInstalled Cogs:\n{install_s}\n\nInstalled Cogs Errors:\n{install_e}", 'backup.log'))