mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix AttributeError in webhook.send
This commit is contained in:
parent
66e5033785
commit
dd41dac680
@ -100,7 +100,7 @@ class WebhookAdapter:
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def _store_user(self, data):
|
||||
def store_user(self, data):
|
||||
# mocks a ConnectionState for appropriate use for Message
|
||||
return BaseUser(state=self, data=data)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user