Closed Burhan-Q closed 1 year ago
Modifying slash-command to use the decorator @app_commands.Parameter should allow for more complete definition of each argument/parameter ref
@app_commands.Parameter
str
bool
int | float
Any
NOTE: this method was not used. See 525b972 for changes that addressed this
Modifying slash-command to use the decorator
@app_commands.Parameter
should allow for more complete definition of each argument/parameter refAttributes
str
str
str
bool
int | float
int | float
Any