diff options
| author | jack1142 <[email protected]> | 2021-07-03 03:58:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-02 21:58:06 -0400 |
| commit | 1059c02df7b2a2ba46c7b7e28960bb5156c2e63f (patch) | |
| tree | c563df5a4c0723eaa86785955acac22de4e30655 | |
| parent | Rework view timeouts to work as documented (diff) | |
| download | discord.py-1059c02df7b2a2ba46c7b7e28960bb5156c2e63f.tar.xz discord.py-1059c02df7b2a2ba46c7b7e28960bb5156c2e63f.zip | |
Update examples of interactions to mention components
| -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 |