Skip to content

Commit d4ad25e

Browse files
author
Marten (msc)
committed
fixup! [FIX] private chat mention
1 parent 5689d39 commit d4ad25e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

summaree_bot/bot/premium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ async def check_premium_features(update: Update, context: ContextTypes.DEFAULT_T
622622
text=(
623623
f"User {update.effective_user.mention_markdown_v2()} tried to send "
624624
f"a file than was {escape_markdown(f'{file_size / 1024 / 1024:.2f} MB', version=2)}\n"
625-
f"\(in chat {chat_mention_text}\)"
625+
rf"\(in chat {chat_mention_text}\)"
626626
),
627627
parse_mode=ParseMode.MARKDOWN_V2,
628628
)

0 commit comments

Comments
 (0)