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.
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

Loading…
Cancel
Save