aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjack1142 <[email protected]>2021-07-03 03:58:06 +0200
committerGitHub <[email protected]>2021-07-02 21:58:06 -0400
commit1059c02df7b2a2ba46c7b7e28960bb5156c2e63f (patch)
treec563df5a4c0723eaa86785955acac22de4e30655
parentRework view timeouts to work as documented (diff)
downloaddiscord.py-1059c02df7b2a2ba46c7b7e28960bb5156c2e63f.tar.xz
discord.py-1059c02df7b2a2ba46c7b7e28960bb5156c2e63f.zip
Update examples of interactions to mention components
-rw-r--r--discord/interactions.py3
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