Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
kxmpxtxnt
Posts
Comments
K
Kord
•
Created by kxmpxtxnt on 7/6/2024 in
#help
Clearing Buttons/Actionrows
Howdy How can i clear actionsrows/buttons of a message? I had two ideas: 1)
it.edit {
components?.clear()
}
it.edit {
components?.clear()
}
2)
it.edit {
actionRow { }
}
it.edit {
actionRow { }
}
The first one does not send an update to discord. The second only adds actionRows to the components set
21 replies