diff options
| author | Miolus <[email protected]> | 2021-08-18 06:25:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-18 00:25:30 -0400 |
| commit | 36b9bc8ee38af59aa969cabaed1a365301b81a9d (patch) | |
| tree | e8773e9b449a51ed65b30ca1bd8748641d330579 | |
| parent | Typehint raw_models.py (diff) | |
| download | discord.py-36b9bc8ee38af59aa969cabaed1a365301b81a9d.tar.xz discord.py-36b9bc8ee38af59aa969cabaed1a365301b81a9d.zip | |
Add interaction.data to docs
| -rw-r--r-- | discord/interactions.py | 2 |
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, ...] = ( |