mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Add missing await
This commit is contained in:
parent
e96a74f728
commit
5cfc412af2
1 changed files with 1 additions and 1 deletions
|
|
@ -76,6 +76,6 @@ class EditInlineText(BaseClient):
|
||||||
id=utils.unpack_inline_message_id(inline_message_id),
|
id=utils.unpack_inline_message_id(inline_message_id),
|
||||||
no_webpage=disable_web_page_preview or None,
|
no_webpage=disable_web_page_preview or None,
|
||||||
reply_markup=reply_markup.write() if reply_markup else None,
|
reply_markup=reply_markup.write() if reply_markup else None,
|
||||||
**self.parser.parse(text, parse_mode)
|
**await self.parser.parse(text, parse_mode)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue