discordjs / builders

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

🎉Context Menu Builders! #28

Closed WiseDevHelper closed 2 years ago

WiseDevHelper commented 3 years ago

Is your feature request related to a problem? Please describe.

Recently, the new context menus were introduced as a first-class way to integrate your application with Discord. I would love to have a builder for this too as it is highly similar to the CHAT_INPUT (slash) commands builder.

Describe the ideal solution

New UserApplicationCommandBuilder and MessageApplicationCommandBuilder builders.

Describe alternatives you've considered

The existing builder could be modified to suit the new types. Otherwise, users will have to make their own builders.

NothingHollow commented 3 years ago

Ah yes that would be nice xd