Skip to content

CCH | v1.6.0

Compare
Choose a tag to compare
@KingRainbow44 KingRainbow44 released this 20 Mar 00:38
· 28 commits to main since this release
0a41e70

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