APPLICATION_COMMANDS_DUPLICATE_NAME Error Showing UP

For the last few hours, I have been trying to figure out a resolution to this error. And if you see the name it says there is a duplicate of a command in the Main Command Folder. I checked the folder, no duplicated instances were found. Anyone have any idea why this issue is occurring?

rawError: {
    code: 50035,
    errors: {
      '2': {
        _errors: [
          {
            code: 'APPLICATION_COMMANDS_DUPLICATE_NAME',
            message: 'Application command names must be unique'
          }
        ]
      }
    },
    message: 'Invalid Form Body'
  },
  code: 50035,
  status: 400,
  method: 'PUT',
  url: 'https://discord.com/api/v10/applications/___/commands',
  }
}
Was this page helpful?