Skip to content

Commit

Permalink
DN ig
Browse files Browse the repository at this point in the history
  • Loading branch information
chsaiujwal authored Jun 17, 2021
1 parent 62d0cf8 commit 7cbf30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant/inline_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def owo(client, inline_query):
input_message_content=InputTextMessageContent(txt, disable_web_page_preview=True)
)
)
await client.answer_inline_query(inline_query.id, cache_time=0, results=results)
await client.answer_inline_query(inline_query.id, cache_time=0, results=results)
elif string_given.startswith("whisper"):
if not ";" in string_given:
return
Expand Down

0 comments on commit 7cbf30d

Please sign in to comment.