Fix-up previous commit 0bb0d0b missing parameter

This commit is contained in:
Lonami Exo 2018-08-27 10:58:06 +02:00
parent 0bb0d0bd5d
commit 8a9650f131

View File

@ -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