TeamSekai / Sekai.Explode

Project Sekai.explode - 多機能、カスタマイズ性の高さを目指して作られたBot。
GNU General Public License v3.0
9 stars 5 forks source link

DiscordAPIError[50035]: Invalid Form Body #19

Closed ringo360 closed 9 months ago

ringo360 commented 9 months ago

コマンドの登録に失敗する。

DiscordAPIError[50035]: Invalid Form Body
22[APPLICATION_COMMANDS_DUPLICATE_NAME]: Application command names must be unique
    at handleErrors (/home/svr2-360/Sekai.Explode/node_modules/@discordjs/rest/dist/index.js:687:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async SequentialHandler.runRequest (/home/svr2-360/Sekai.Explode/node_modules/@discordjs/rest/dist/index.js:1072:23)
    at async SequentialHandler.queueRequest (/home/svr2-360/Sekai.Explode/node_modules/@discordjs/rest/dist/index.js:913:14)
    at async _REST.request (/home/svr2-360/Sekai.Explode/node_modules/@discordjs/rest/dist/index.js:1218:22)
    at async ApplicationCommandManager.set (/home/svr2-360/Sekai.Explode/node_modules/discord.js/src/managers/ApplicationCommandManager.js:171:18)
    at async Client.<anonymous> (/home/svr2-360/Sekai.Explode/discordbot.js:133:2) {
  requestBody: {
    files: undefined,
    json: [
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object]
    ]
  },
  rawError: {
    message: 'Invalid Form Body',
    code: 50035,
    errors: { '22': [Object] }
  },
  code: 50035,
  status: 400,
  method: 'PUT',
  url: 'https://discord.com/api/v10/applications/1144600133762293800/commands'
}
ringo360 commented 9 months ago

fixed in last commit