aboutsummaryrefslogtreecommitdiff
path: root/discord/interactions.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/interactions.py')
-rw-r--r--discord/interactions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/interactions.py b/discord/interactions.py
index 217e107f..667c6773 100644
--- a/discord/interactions.py
+++ b/discord/interactions.py
@@ -626,6 +626,9 @@ class _InteractionMessageState:
def store_user(self, data):
return self._parent.store_user(data)
+ def create_user(self, data):
+ return self._parent.create_user(data)
+
@property
def http(self):
return self._parent.http