approvers / approvers/OreOreBot2
Application Command (Slash) の引数が決まっているコマンドに対して選択肢を用意する
- Dominant language
- TypeScript
- Stars
- 14
- Forks
- 4
- Avg merge
- 1h 15m
- Merged PRs (30d)
- 49
Description
`/d` の `display_mode` には `s` ( `simple` ) や `v` ( `verbose` ) と言ったように予め引数が決められているものに対して現状 Application Command では Options が利用できない.
**OreOreBot2**

**ichiyoAI**

Application Command のお作法的にはこの仕様はあまり褒められたものではない. Options を利用できるようにするべき.
参考:
- [Application Command "Slash Commands" - Discord Developer Documents](https://discord.com/developers/docs/interactions/application-commands#slash-commands)
- [Advanced creation "adding-options" - discord.js guide](https://discordjs.guide/slash-commands/advanced-creation.html#adding-options)
Contributor guide
Assessment
This issue has not been assessed yet.