RANKTW / Discord-Token-Checker

⚡ Discord Token Checker with GUI
MIT License
248 stars 47 forks source link

Token Formatting #46

Closed FuckingToasters closed 1 year ago

FuckingToasters commented 1 year ago

First of all, great checker overall however, it would be nice to have support for other token formats like token:pass or mail:pass:token You could do that, if someone uses wone of these formats, you'll put every thing inside a own variable, then you check the account with the token variable and output it with the fomrat built together again.

It also would be nice if you can share the API endpoint where you get the flags from (if user is marked as flagged or not)

RANKTW commented 1 year ago

about the first part, it currently allows you to input in any format and it will use the original format as output is that what you mean?

FuckingToasters commented 1 year ago

Yes, the first part soltuon helped me with it. What about the second part?