description Checks if the value is a number or not. $isNumber This function checks if the <message> is a number or not. Returns boolean $isNumber[text] bot.command({ name: "isnumber", code: ` $isNumber[12432]` //This will return true })