aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiolus <[email protected]>2021-08-18 06:25:30 +0200
committerGitHub <[email protected]>2021-08-18 00:25:30 -0400
commit36b9bc8ee38af59aa969cabaed1a365301b81a9d (patch)
treee8773e9b449a51ed65b30ca1bd8748641d330579
parentTypehint raw_models.py (diff)
downloaddiscord.py-36b9bc8ee38af59aa969cabaed1a365301b81a9d.tar.xz
discord.py-36b9bc8ee38af59aa969cabaed1a365301b81a9d.zip
Add interaction.data to docs
-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, ...] = (