Miolus
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
discord/interactions.py
|
@ -95,6 +95,8 @@ class Interaction: |
|
|
token: :class:`str` |
|
|
token: :class:`str` |
|
|
The token to continue the interaction. These are valid |
|
|
The token to continue the interaction. These are valid |
|
|
for 15 minutes. |
|
|
for 15 minutes. |
|
|
|
|
|
data: :class:`dict` |
|
|
|
|
|
The raw interaction data. |
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
__slots__: Tuple[str, ...] = ( |
|
|
__slots__: Tuple[str, ...] = ( |
|
|