We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding a phone number in my contacts it wont work cuz it removes the 0 in front of it,
--- For this style 06XXXXXXXX Remove the -- from the next 3 lines function getPhoneRandomNumber() return '0' .. math.random(0600000000,0699999999) end
It also adds a - after typing 4 digits anyone?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When adding a phone number in my contacts it wont work cuz it removes the 0 in front of it,
--- For this style 06XXXXXXXX Remove the -- from the next 3 lines
function getPhoneRandomNumber()
return '0' .. math.random(0600000000,0699999999)
end
It also adds a - after typing 4 digits anyone?
The text was updated successfully, but these errors were encountered: