Fix AttributeError in webhook.send
This commit is contained in:
parent
66e5033785
commit
dd41dac680
@ -100,7 +100,7 @@ class WebhookAdapter:
|
|||||||
"""
|
"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
def _store_user(self, data):
|
def store_user(self, data):
|
||||||
# mocks a ConnectionState for appropriate use for Message
|
# mocks a ConnectionState for appropriate use for Message
|
||||||
return BaseUser(state=self, data=data)
|
return BaseUser(state=self, data=data)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user