nyxx-discord / nyxx_commands

A framework for easily creating slash commands and text commands for Discord using the nyxx library.
Apache License 2.0
13 stars 5 forks source link

wrap TextInputBuilders with ActionRowBuilders in getModal #129

Closed jr1221 closed 1 year ago

jr1221 commented 1 year ago

Description

This wraps the TextInputBuilder in getModal with ActionRowBuilder. I think this is better than switching getModal to take ActionRowBuilder as that would decrease readability of source code and cause frequent mistakes (people putting buttons in modals, and/or using ActionRowBuilder larger than 1 child component). If discord adds to modals getModal can be updated to allow the passing in of ActionRowBuilder.

Accompanies nyxx PR #535

Type of change

Checklist: