Skip to content

Commit 2b7a717

Browse files
fix f-strings
1 parent f7c98ba commit 2b7a717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utils/attachment_pastebin_uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ 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(content=(f"[Click here](<{paste_response.removal}>) to delete the pasted code"
132-
" from [your message](<{message.jump_url}>)")
132+
f" from [your message](<{message.jump_url}>)")
133133
)
134134

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

0 commit comments

Comments
 (0)