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
with long number sequences you get a massively long bit of audio
31342124 The bot has to say three billion, one million, three hundred and forty two thousand, one hundred and twenty four
could replace something over 9 digits long \d{9,99999}
\d{9,99999}
The text was updated successfully, but these errors were encountered:
this would get rid of it reading out ID of emotes and people that dont convert to names etc
Sorry, something went wrong.
No branches or pull requests
with long number sequences you get a massively long bit of audio
31342124
The bot has to say
three billion, one million, three hundred and forty two thousand, one hundred and twenty four
could replace something over 9 digits long
\d{9,99999}
The text was updated successfully, but these errors were encountered: