aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/interactions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/interactions.py b/discord/interactions.py
index 7b49d44e..7e9c24d3 100644
--- a/discord/interactions.py
+++ b/discord/interactions.py
@@ -95,6 +95,8 @@ class Interaction:
token: :class:`str`
The token to continue the interaction. These are valid
for 15 minutes.
+ data: :class:`dict`
+ The raw interaction data.
"""
__slots__: Tuple[str, ...] = (