Skip to content

Commit 1c18274

Browse files
fix indentation
1 parent 5bcb18a commit 1c18274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/exts/utils/attachment_pastebin_uploader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ async def on_message(self, message: discord.Message) -> None:
129129
# The angle brackets around the remove link are required to stop Discord from visiting the URL to produce a
130130
# preview, thereby deleting the paste
131131
await message.author.send(
132-
f"[Click here](<{paste_response.removal}>) to delete the pasted attachment"
133-
f" contents copied from [your message](<{message.jump_url}>)"
132+
f"[Click here](<{paste_response.removal}>) to delete the pasted attachment"
133+
f" contents copied from [your message](<{message.jump_url}>)"
134134
)
135135

136136
# Edit the bot message to contain the link to the paste.

0 commit comments

Comments
 (0)