I am writing a discord bot and I have a variable. Users query the license plate with this command Ex.(!qq TR 34)
I just want the plate to check the number entry, if a letter or special character is entered ex.(!qq TR 34ü,) and error to the user please do not use special characters or letters how can I do it
if (countryID.length < 1)
return message.channel.sendEmbed(usageCommand);
else if (plaque.length == countryID.length)
return message.channel.sendEmbed(usageCommand);
else