You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Interactions/buttons.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ So, let's see how you can add buttons to your bot!
25
25
26
26
Buttons weren't the only update to the interactions system in Discord. Discord also added drop-down menus, called Select Menus. Discord is also still working on more interaction elements!
27
27
28
-
These UI elements reside in a "view". To learn more about views, please refer to the (interactions page.)[index.mdx]
28
+
These UI elements reside in a "view". To learn more about views, please refer to the [interactions page.](index)
29
29
30
30
## Usage Syntax
31
31
@@ -299,7 +299,7 @@ That is up to you. Buttons do provide a cleaner interface for your bot, and are
0 commit comments