{"meta":{"generator":"0.11.1","format":20,"date":1760178765772},"custom":{"general":{"name":"General","files":{"welcome":{"name":"Welcome","type":"md","content":"
\r\n\r\n> [!CAUTION]\r\n> **The use of this module under a different name on NPM (or another source besides this Github) is not associated with this library.**\r\n> **When using these libraries, you accept the risk of exposing your Discord Token.**\r\n\r\n## About\r\n\r\nWelcome to `discord.js-selfbot-v13@v3.7`, based on `discord.js@13.17` and backport `discord.js@14.21.0`\r\n\r\n- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.\r\n\r\n\r\n\r\n\r\n> [!WARNING]\r\n> **I don't take any responsibility for blocked Discord accounts that used this module.**\r\n\r\n> [!CAUTION]\r\n> **Using this on a user account is prohibited by the [Discord TOS](https://discord.com/terms) and can lead to the account block.**\r\n\r\n## Project Status\r\n\r\n> [!IMPORTANT]\r\n> `discord.js-selfbot-v13` is currently in maintenance mode. New features are not actively being added but existing features and new versions of discord are supported as possible. There are some major architectural changes which need to be added to improve the stability and security of the project. I don't have as much spare time as I did when I started this project, so there is not currently any plan for these improvements.\r\n\r\n### [Document Website](https://discordjs-self-v13.netlify.app/)\r\n\r\n### [Example Code](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/tree/main/examples)\r\n\r\n## Features (User)\r\n- [x] Message\r\n- [x] ClientUser: Status, Activity, RemoteAuth, etc.\r\n- [X] Guild: Fetch Members, Join / Leave, Top emojis, etc.\r\n- [X] Interactions: Slash Commands, Buttons, Menu, Modal.\r\n- [X] Captcha & TOTP Handler\r\n- [X] Documentation\r\n- [x] Voice & Video\r\n- [ ] Everything\r\n\r\n## Installation\r\n\r\n> [!NOTE]\r\n> **Node.js 20.18.0 or newer is required**\r\n\r\n```sh-session\r\nnpm install discord.js-selfbot-v13@latest\r\n```\r\n\r\n## Example\r\n\r\n```js\r\nconst { Client } = require('discord.js-selfbot-v13');\r\nconst client = new Client();\r\n\r\nclient.on('ready', async () => {\r\n console.log(`${client.user.username} is ready!`);\r\n})\r\n\r\nclient.login('token');\r\n```\r\n\r\n## Get Token ?\r\n\r\n- Based: [findByProps](https://discord.com/channels/603970300668805120/1085682686607249478/1085682686607249478)\r\n\r\nRun code (Discord Console - [Ctrl + Shift + I])\r\n\r\n```js\r\nwindow.webpackChunkdiscord_app.push([\r\n\t[Symbol()],\r\n\t{},\r\n\treq => {\r\n\t\tif (!req.c) return;\r\n\t\tfor (let m of Object.values(req.c)) {\r\n\t\t\ttry {\r\n\t\t\t\tif (!m.exports || m.exports === window) continue;\r\n\t\t\t\tif (m.exports?.getToken) return copy(m.exports.getToken());\r\n\t\t\t\tfor (let ex in m.exports) {\r\n\t\t\t\t\tif (m.exports?.[ex]?.getToken && m.exports[ex][Symbol.toStringTag] !== 'IntlMessagesProxy') return copy(m.exports[ex].getToken());\r\n\t\t\t\t}\r\n\t\t\t} catch {}\r\n\t\t}\r\n\t},\r\n]);\r\n\r\nwindow.webpackChunkdiscord_app.pop();\r\nconsole.log('%cWorked!', 'font-size: 50px');\r\nconsole.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');\r\n```\r\n\r\n## Contributing\r\n\r\n- Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the\r\n[documentation](https://discordjs-self-v13.netlify.app/). \r\n- See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.\r\n\r\n## Need help?\r\nGithub Discussion: [Here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions)\r\n\r\n## Credits\r\n- [Discord.js](https://github.com/discordjs/discord.js)\r\n\r\n## Other project(s)\r\n\r\n- 📘 [***aiko-chan-ai/DiscordBotClient***](https://github.com/aiko-chan-ai/DiscordBotClient)timestamp in descending order desc (newest first).