{"meta":{"generator":"0.11.1","format":20,"date":1676971457953},"custom":{"general":{"name":"General","files":{"welcome":{"name":"Welcome","type":"md","content":"
\n\n## About\n\nWelcome to `discord.js-selfbot-v13@v2.10`, based on `discord.js@13.12`\n\n- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.\n\n\n\n\n### I don't take any responsibility for blocked Discord accounts that used this module.\n### Using this on a user account is prohibited by the [Discord TOS](https://discord.com/terms) and can lead to the account block.\n\n### [Document Website (recommend)](https://discordjs-self-v13.netlify.app/)\n\n### [Extend Document (With Example)](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/tree/main/Document)\n\n## Features (User)\n- [x] Message: Embeds (WebEmbed)\n- [x] User: Settings, Status, Activity, DeveloperPortal, RemoteAuth, etc.\n- [X] Guild: Fetch Members, Join / Leave, Roles, Channels, etc.\n- [X] Interactions: Slash Commands, Click Buttons, Menu (classic), Modal, Context Menu, etc.\n- [X] Voice: Connect, Disconnect, Mute, Deafen, Call, Play Audio, etc.\n- [X] Captcha Handler\n- [X] Documentation\n- [ ] Video stream\n- [ ] Everything\n\n### Optional packages\n\n- [2captcha](https://www.npmjs.com/package/2captcha) for solving captcha (`npm install 2captcha`)\n\n## Installation\n\n**Node.js 16.6.0 or newer is required**\n\n```sh-session\nnpm install discord.js-selfbot-v13@latest\n```\n\n## Example\n\n```js\nconst { Client } = require('discord.js-selfbot-v13');\nconst client = new Client({\n\t// See other options here\n\t// https://discordjs-self-v13.netlify.app/#/docs/docs/main/typedef/ClientOptions\n\t// All partials are loaded automatically\n});\n\nclient.on('ready', async () => {\n console.log(`${client.user.username} is ready!`);\n})\n\nclient.login('token');\n```\n\n## Get Token ?\n\nRun code (Discord Console - [Ctrl + Shift + I])\n\n```js\nwindow.webpackChunkdiscord_app.push([\n [Math.random()],\n {},\n req => {\n for (const m of Object.keys(req.c)\n .map(x => req.c[x].exports)\n .filter(x => x)) {\n if (m.default && m.default.getToken !== undefined) {\n return copy(m.default.getToken());\n }\n if (m.getToken !== undefined) {\n return copy(m.getToken());\n }\n }\n },\n]);\nconsole.log('%cWorked!', 'font-size: 50px');\nconsole.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');\n```\n\nCredit: [hxr404](https://github.com/hxr404/Discord-Console-hacks)\n\n\n## Contributing\n\n- Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the\n[documentation](https://discord.js.org/#/docs). \n- See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.\n\n## Need help?\nGithub Discussion: [Here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions)\n\n## Credits\n- [Discord.js](https://github.com/discordjs/discord.js)\n- [Discord Console Hack](https://github.com/hxr404/Discord-Console-hacks)\n\n## Vietnamese\nĐược tạo bởi người Việt Nam, dựa trên Discord API v9, đây là một trong những module selfbot được hỗ trợ tốt nhất.\n\n# From Github with love 💕","path":"README.md"}}}},"classes":[{"name":"BaseClient","description":"The base class for all clients.","extends":[[["EventEmitter"]]],"props":[{"name":"options","description":"The options the client was instantiated with","type":[[["ClientOptions"]]],"meta":{"line":26,"file":"BaseClient.js","path":"src/client"}},{"name":"rest","description":"The REST manager of the client","access":"private","type":[[["RESTManager"]]],"meta":{"line":33,"file":"BaseClient.js","path":"src/client"}},{"name":"api","description":"API shortcut","access":"private","readonly":true,"type":[[["Object"]]],"meta":{"line":42,"file":"BaseClient.js","path":"src/client"}}],"methods":[{"name":"destroy","description":"Destroys all assets used by the base client.","returns":[[["void"]]],"meta":{"line":50,"file":"BaseClient.js","path":"src/client"}},{"name":"incrementMaxListeners","description":"Increments max listeners by one, if they are not zero.","access":"private","meta":{"line":58,"file":"BaseClient.js","path":"src/client"}},{"name":"decrementMaxListeners","description":"Decrements max listeners by one, if they are not zero.","access":"private","meta":{"line":69,"file":"BaseClient.js","path":"src/client"}}],"events":[{"name":"debug","description":"Emitted for general debugging information.","params":[{"name":"info","description":"The debug information","type":[[["string"]]]}],"meta":{"line":83,"file":"BaseClient.js","path":"src/client"}},{"name":"rateLimit","description":"Emitted when the client hits a rate limit while making a request","params":[{"name":"rateLimitData","description":"Object containing the rate limit info","type":[[["RateLimitData"]]]}],"meta":{"line":155,"file":"RequestHandler.js","path":"src/rest"}},{"name":"apiRequest","description":"Emitted before every API request.\nThis event can emit several times for the same request, e.g. when hitting a rate limit.\n