Description On mobile, selecting an autocomplete option will send out a message to the server to get new options, but will not display them in the client Steps to Reproduce Start using a slash command and select a param with Autocomplete...
当我使用commands.set()方法注册大约13-14条斜杠命令时,我一直收到这个错误: 代码语言:javascript 复制 thrownewDiscordAPIError(data,res.status,request);^DiscordAPIError:Invalid Form Body options[2]:Required options must be placed before non-required options at RequestHandler.execute(C:\Users\Mihir\Deskt...
基本上,我没有使用SlashComamndBuilder,而是使用默认的方式创建斜杠命令,在斜杠命令中定义类型等。