From 36b9bc8ee38af59aa969cabaed1a365301b81a9d Mon Sep 17 00:00:00 2001 From: Miolus <69853686+Miolus@users.noreply.github.com> Date: Wed, 18 Aug 2021 06:25:30 +0200 Subject: [PATCH] Add interaction.data to docs --- discord/interactions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/interactions.py b/discord/interactions.py index 7b49d44ef..7e9c24d30 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, ...] = (