discordjs / builders

A collection of builders that you can use when creating your bot.
Apache License 2.0
97 stars 37 forks source link

New methods addSubcommands and addSubcommandGroups #36

Open Togira123 opened 3 years ago

Togira123 commented 3 years ago

Is your feature request related to a problem? Please describe. It doesn't look very clean when we have like 10 lines of addSubcommand, for example.

Describe the ideal solution A new method addSubcommands that takes an array of builders as a parameter. This could also be added for addSubcommandGroups.

Describe alternatives you've considered None.

Additional context None.