CCH | v1.6.0
Implement & handle Discord select menus.
(semi) Breaking Change
If you had upgraded to 1.5.0 in the two hours it was released, you will need to refactor your code (if you make use of buttons).
Instead of using Interaction#addButton
with a button argument, you must now use Interaction#addButtons
with a collection of buttons.
This change however allows for multiple rows of buttons.
Full Changelog: v1.5.0...v1.6.0