mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-03 19:00:21 +03:00
Fix-up previous commit 0bb0d0b
missing parameter
This commit is contained in:
parent
0bb0d0bd5d
commit
8a9650f131
|
@ -266,7 +266,7 @@ class UpdateMethods(UserMethods):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if not builder.resolved:
|
if not builder.resolved:
|
||||||
await builder.resolve()
|
await builder.resolve(self)
|
||||||
|
|
||||||
if not builder.filter(event):
|
if not builder.filter(event):
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue
Block a user