Skip to content

Commit

Permalink
Merge pull request #427 from The-4th-Hokage/deepsource-transform-74c5…
Browse files Browse the repository at this point in the history
…1c32

Format code with yapf, black, autopep8 and isort
  • Loading branch information
Dhruvacube authored Jan 16, 2022
2 parents 1dd937c + f1b8023 commit a4d19f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minato_namikaze/bot_files/cogs/moderation/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ async def backup(self, ctx):
return
backup_code = await BackupDatabse(ctx).create_backup()
backup_code_reference = await ctx.author.send(
f":arrow_right: **BACKUP CODE** : ``{backup_code}``")
f":arrow_right: **BACKUP CODE** : ``{backup_code}``"
)
await ctx.send(
content=f"{ctx.author.mention} check your dm(s) :white_check_mark:",
embed=SuccessEmbed(
Expand Down

0 comments on commit a4d19f2

Please sign in to comment.