Summary
This issue is opened to request help and ideas for how to support Discord's new channel_types field on Application command options.
Description
The problem isn't implementing channel_types - that is rather trivial with how the library has been structured - it's how to support it in a good API.
The easiest way is to add a keyword argument to the Option default and decorator that accepts an enum but if possible I would like to explore a way to use annotations.
Summary
This issue is opened to request help and ideas for how to support Discord's new
channel_typesfield on Application command options.Description
The problem isn't implementing
channel_types- that is rather trivial with how the library has been structured - it's how to support it in a good API.The easiest way is to add a keyword argument to the Option default and decorator that accepts an enum but if possible I would like to explore a way to use annotations.