A comprehensive Discord token validation and verification tool
npm install token-discord-checkerA simple, fast Discord token validation tool for Node.js and CLI.
``bash`
npm install discord-token-checker # as a package
npm install -g discord-token-checker # as a CLI
js
const { DiscordTokenChecker, createChecker } = require('discord-token-checker');// Quick format check
DiscordTokenChecker.quickFormatCheck('your_token_here');
// Quick API check (async)
await DiscordTokenChecker.quickApiCheck('your_token_here');
// Full validation
const checker = createChecker();
const result = await checker.validateDirect('your_token_here');
console.log(result.isValid);
`$3
`bash
discord-token-checker quick "your_token_here"
discord-token-checker test-direct "your_token_here"
discord-token-checker verify-env
`For more, see API Documentation.
๐ ๏ธ Development
`bash
git clone https://github.com/NirussVn0/discord-token-checker.git
cd discord-token-checker
npm install
npm run build
`๐งช Testing
`bash
npm test
``MIT License - see LICENSE file for details.
- Author: NirussVn0
- Discord: hikariisan.vn
- Email: niruss.dev
---
๐ Use responsibly and for educational purposes only!