Skip to content

Commit

Permalink
Remove etxra f
Browse files Browse the repository at this point in the history
  • Loading branch information
Desiders committed Feb 20, 2024
1 parent 6824c8d commit 70f44f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def cmd_about(message: types.Message):

@router.message(Command("idchat", prefix="!"))
async def get_idchat(message: types.Message):
text = f"id этого чата: {hpre(message.chat.id)}\n" f"Ваш id: {hpre(message.from_user.id)}"
text = f"id этого чата: {hpre(message.chat.id)}\nВаш id: {hpre(message.from_user.id)}"
if message.reply_to_message:
text += (
f"\nid {hbold(message.reply_to_message.from_user.full_name)}: "
Expand Down

0 comments on commit 70f44f6

Please sign in to comment.