Skip to content

Commit

Permalink
Improve review message
Browse files Browse the repository at this point in the history
  • Loading branch information
havebeenfitz committed May 29, 2023
1 parent 1d4808e commit 2b8548d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/handlers/menu_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@ async def cancel_remove_profile_handler(update: Update, context: ContextTypes.DE
await update.effective_message.edit_text('Отменил')

async def send_feedback(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int:
message = 'Оставили новый отзыв:\n\n' + '__________________\n\n' + update.message.text
message = 'Новый отзыв:\n\n' + '__________________\n\n' + update.message.text + \
'\n\n' + \
'Отправил: ' + '@' + update.effective_user.username


await context.bot.send_message(
chat_id=FEEDBACK_CHAT_ID,
Expand Down

0 comments on commit 2b8548d

Please # to comment.