Remove action row #2327
Unanswered
lian-hsc
asked this question in
Questions and Help
Replies: 1 comment
-
To remove all components from a message you may use the You can read more about it here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So basicly i send a message with tow buttons (allow, block).
If somebody clicks on one of them i edit to message to say, Action blocked/allowed by @Mention.
Then i also want to remove the buttons, but i can't figure out how. I tried
setActionRow()
setActionRow(ItemComponent[0])
andsetActionRow
None of them worked.
Thanks for your help in advance.
I used
v5.0.0-alpha.22
Beta Was this translation helpful? Give feedback.
All reactions