-
Notifications
You must be signed in to change notification settings - Fork 0
Channel types in annotations #2
Copy link
Copy link
Open
Labels
enhancementImprovement of an existing featureImprovement of an existing featurehelp wantedExtra attention is neededExtra attention is neededminorDeprecate, remove, or add a featureDeprecate, remove, or add a featurewumpy-interactions
Metadata
Metadata
Assignees
Labels
enhancementImprovement of an existing featureImprovement of an existing featurehelp wantedExtra attention is neededExtra attention is neededminorDeprecate, remove, or add a featureDeprecate, remove, or add a featurewumpy-interactions
Type
Projects
Status
🖨️ - Todo
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.