`/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)
/dのdisplay_modeにはs(simple) やv(verbose) と言ったように予め引数が決められているものに対して現状 Application Command では Options が利用できない.OreOreBot2

ichiyoAI

Application Command のお作法的にはこの仕様はあまり褒められたものではない. Options を利用できるようにするべき.
参考: