Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Nov 6, 2024
1 parent e752bb1 commit efe2c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/telegram_helper/message_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def send_message(message, text, buttons=None, block=True):

async def edit_message(message, text, buttons=None, block=True):
try:
await message.edit(
return await message.edit(
text=text,
disable_web_page_preview=True,
reply_markup=buttons,
Expand Down

0 comments on commit efe2c21

Please sign in to comment.