We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddf708 commit 59c5257Copy full SHA for 59c5257
src/structs/Api.ts
@@ -322,7 +322,7 @@ export class V1Api extends Api {
322
* await client.postBotCommands(commands);
323
* ```
324
*
325
- * @param {APIApplicationCommand[]} commands A list of application commands in raw Discord API JSON dicts. This cannot be empty.
+ * @param {APIApplicationCommand[]} commands A list of application commands in raw Discord API JSON objects. This cannot be empty.
326
*/
327
public async postBotCommands(commands: APIApplicationCommand[]): Promise<void> {
328
await this._request("POST", "/v1/projects/@me/commands", commands);
0 commit comments