kxmpxtxnt
kxmpxtxnt
KKord
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