guide
guide copied to clipboard
Warn users of change from component collector `"BUTTON"` to `ComponentType.Button`
This tripped me up for a few hours; the v14 discord API wasn't complaining that I was using "BUTTON" over ComponentType.Button like it would when I used "PRIMARY" over ButtonStyle.Primary. I feel like this could save others some time! Thanks.
this should be added under the heading collector as this is not entirely related to just button data