token-discord-checker
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

🔍 Discord Token Checker

A simple, fast Discord token validation tool for Node.js and CLI.

🚀 Features & Security

  • Format & API Validation: Checks structure, length, and verifies with Discord API
  • User Info Extraction: Get user details from valid tokens
  • No Token Logging: No storage, secure HTTPS requests
  • TypeScript Support: Full type definitions
  • Rate Limit Handling: Automatic retry logic
  • Error Handling: Detailed errors, rate limit & network detection
  • Privacy: Local validation, no third-party services

📦 Install

npm install discord-token-checker # as a package
npm install -g discord-token-checker # as a CLI

⚡ Quick Usage

Node.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);

CLI

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

git clone https://github.com/NirussVn0/discord-token-checker.git
cd discord-token-checker
npm install
npm run build

🧪 Testing

npm test

📄 License

MIT License - see LICENSE file for details.

🤝 Contribute

Contributions are welcome! Please:

📞 Support


🔒 Use responsibly and for educational purposes only!

Package Sidebar

Install

npm i token-discord-checker

Weekly Downloads

65

Version

1.1.0

License

none

Unpacked Size

87.7 kB

Total Files

27

Last publish

Collaborators

  • nirussvn0