fix(backup): added a missing newline
This commit is contained in:
parent
a00bfc3f93
commit
7766b94a9e
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue