mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-03 02:35:53 +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
|
||||
|
||||
if not builder.resolved:
|
||||
await builder.resolve()
|
||||
await builder.resolve(self)
|
||||
|
||||
if not builder.filter(event):
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue
Block a user