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
For example, the minecraft username a_cool_guy will result in acoolguy, you need to escape it like a\_cool\_guy
a_cool_guy
a\_cool\_guy
The text was updated successfully, but these errors were encountered:
Oh wait but if the username is wrapped in a code like this, the username should not be escaped twice...
code
Maybe provide another placeholder like %escaped_username%?
%escaped_username%
Sorry, something went wrong.
I see, placeholder route is probably best. Should be simple enough to add! I had no clue so thank you so much!
beanbeanjuice
Successfully merging a pull request may close this issue.
For example, the minecraft username
a_cool_guy
will result in acoolguy, you need to escape it likea\_cool\_guy
The text was updated successfully, but these errors were encountered: