Skip to content

Commit

Permalink
Update ai_talk.py
Browse files Browse the repository at this point in the history
правки 11
  • Loading branch information
ComRSMaster authored Dec 9, 2023
1 parent 2c7bdb4 commit fc4c39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ai_talk.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def generating_task():
else:
curr_result += text
all_result += text
def send_to_user(use_md=True):
async def send_to_user(use_md=True):
if msg_id is None:
msg_id = (await bot.send_message(
chat_id, curr_result, 'Markdown' if use_md else None, reply_to_message_id=reply_id,
Expand Down

0 comments on commit fc4c39e

Please sign in to comment.