From 1059c02df7b2a2ba46c7b7e28960bb5156c2e63f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 3 Jul 2021 03:58:06 +0200 Subject: [PATCH] Update examples of interactions to mention components --- discord/interactions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/discord/interactions.py b/discord/interactions.py index 54f3056da..46128f3d6 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