diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/interactions.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/discord/interactions.py b/discord/interactions.py index 54f3056d..46128f3d 100644 --- a/discord/interactions.py +++ b/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 |