aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/webhook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/webhook.py b/discord/webhook.py
index 0dfe6ba6..a4f84632 100644
--- a/discord/webhook.py
+++ b/discord/webhook.py
@@ -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)