Add interaction.data to docs

This commit is contained in:
Miolus 2021-08-18 06:25:30 +02:00 committed by GitHub
parent 6587b5c7ea
commit 36b9bc8ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, ...] = (