Browse Source
Update examples of interactions to mention components
pull/7160/head
jack1142
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
discord/interactions.py
|
|
@ -63,8 +63,7 @@ class Interaction: |
|
|
|
"""Represents a Discord interaction. |
|
|
|
|
|
|
|
An interaction happens when a user does an action that needs to |
|
|
|
be notified. Current examples are slash commands but future examples |
|
|
|
include forms and buttons. |
|
|
|
be notified. Current examples are slash commands and components. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|