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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here is la regex : [N]([a-zA-Z0-9]{23})\.([a-zA-Z0-9]{6})\.([a-zA-Z0-9]{27})
[N]([a-zA-Z0-9]{23})\.([a-zA-Z0-9]{6})\.([a-zA-Z0-9]{27})
The text was updated successfully, but these errors were encountered:
Thanks! Got an example? :)
Sorry, something went wrong.
This regex only works on some, pastebin has a bunch of examples: https://pastebin.com/T41ej5hq
This regex works with most tokens unless Discord switches they structure of the tokens. There are some exceptions yes
amadejpapez
Successfully merging a pull request may close this issue.
Here is la regex :
[N]([a-zA-Z0-9]{23})\.([a-zA-Z0-9]{6})\.([a-zA-Z0-9]{27})
The text was updated successfully, but these errors were encountered: