How do i disable all action rows in a slash command's reply function #1789
-
So i have a command (/test) and i want to display text ("Is this working?") with a simple yes and no button. This part already works. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Using |
Beta Was this translation helpful? Give feedback.
-
01/04/2022 Jda 5.0
|
Beta Was this translation helpful? Give feedback.
-
event.editComponents().queue(); for fellow confused people from 2024 having tried all these unsuccessfully 🥴 |
Beta Was this translation helpful? Give feedback.
Using
setActionRows
with no arguments on the edit action should do the trick.