diff --git a/docs/guides/int_basics/message-components/responding-to-buttons.md b/docs/guides/int_basics/message-components/responding-to-buttons.md index 7546c6fe2..f11c09039 100644 --- a/docs/guides/int_basics/message-components/responding-to-buttons.md +++ b/docs/guides/int_basics/message-components/responding-to-buttons.md @@ -7,7 +7,7 @@ title: Responding to Components Responding to buttons is pretty simple, there are a couple ways of doing it and we can cover both. -### Method 1: Hooking the InteractionCreated Event +### Method 1: Hooking the ButtonExecuted Event We can hook the `ButtonExecuted` event for button type interactions: @@ -34,4 +34,4 @@ public async Task MyButtonHandler(SocketMessageComponent component) Running it and clicking the button: -![](images/image2.png) \ No newline at end of file +![](images/image2.png)