1.0.0 • Published 7 months ago
node-discord-token-grabber v1.0.0
About
Welcome to node-discord-token-grabber
, a Node.js module that allows you to get your own Discord Tokens.
⚠️ Disclaimer ⚠️
This project is intended for educational purposes only. The usage of this software is entirely at your own risk. The creators of this project are not responsible for any misuse, damages, or legal consequences that may arise from its use.
This tool is intended to retrieve Discord tokens for development purposes only. Use it at your own risk. You must have explicit permission from the account owner to use this tool.
Installation
npm install node-discord-token-grabber
Examples
const { getTokens } = require("node-discord-token-grabber")
// This would return an array of tokens.
console.log(getTokens())
Contributing
Feel free to contribute! Whether you're fixing a bug, adding a feature, or improving documentation, your contributions are always welcome.
1.0.0
7 months ago