Type or namespace name `BaseCar' could not be foundFixed

Plugin will not compile due to the following error:

[Error] Error while compiling: NotifyToDiscord.cs(901,43): error CS0246: The type or namespace name `BaseCar' could not be found. Are you missing an assembly reference?
Error while compiling: NotifyToDiscord.cs(888,43): error CS0246: The type or namespace name `BaseCar' could not be found. Are you missing an assembly reference?
Open the plugin .cs file on any text editor and replace every:
BaseCar​

with:

BasicCar
Locked automatically