Browse Source

Update examples of interactions to mention components

pull/7160/head
jack1142 4 years ago
committed by GitHub
parent
commit
1059c02df7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      discord/interactions.py

3
discord/interactions.py

@ -63,8 +63,7 @@ class Interaction:
"""Represents a Discord interaction. """Represents a Discord interaction.
An interaction happens when a user does an action that needs to An interaction happens when a user does an action that needs to
be notified. Current examples are slash commands but future examples be notified. Current examples are slash commands and components.
include forms and buttons.
.. versionadded:: 2.0 .. versionadded:: 2.0

Loading…
Cancel
Save