{"meta":{"generator":"0.11.1","format":20,"date":1651854210633},"custom":{"general":{"name":"General","files":{"welcome":{"name":"Welcome","type":"md","content":"
\r\n\r\n## About\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### I don't take any responsibility for blocked Discord accounts that used this module.\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## [1. Document Website (recommend)](https://discordjs-self-v13.cf)\r\n\r\n### [2. Document but Markdown :)](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/DOCUMENT.md)\r\n### [3. Document but Wiki :v](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/wiki)\r\n### [Risky actions](https://github.com/Merubokkusu/Discord-S.C.U.M/issues/66)\r\n\r\n## Checklist\r\n- [x] Send + receive messages with Attachment, Embed (WebEmbed), etc.\r\n- [x] Setting Discord App (Missing a lot of functions)\r\n- [X] Requests (add friends, join guilds, etc.)\r\n- [X] Profile Editing (Name, Status, Avatar, Bio, Rich-Presence, etc.)\r\n- [X] Interactions (slash commands, buttons, etc.)\r\n- [X] Voice Channel (Join, Leave, Speak, etc.)\r\n- [ ] Improve documentation (maybe)\r\n- [ ] Add more guild http api wraps\r\n- [ ] Audio / Video call \r\n- [ ] Everything\r\n\r\n## Installation\r\n\r\n**Node.js 16.6.0 or newer is required**\r\n\r\n```sh-session\r\nnpm install discord.js-selfbot-v13@latest\r\n```\r\n## Example\r\n\r\n```js\r\nconst { Client } = require('discord.js-selfbot-v13');\r\nconst client = new Client(); // Intents and Partials are already set so you don't have to define them\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\nGithub Repo (Play Youtube music) [Here](https://github.com/aiko-chan-ai/Selfbot-Example)\r\n\r\n## Get Token ?\r\n\r\nCopy code to console Discord [Ctrl + Shift + I]\r\n\r\n```js\r\nwindow.webpackChunkdiscord_app.push([\r\n [Math.random()],\r\n {},\r\n req => {\r\n for (const m of Object.keys(req.c)\r\n .map(x => req.c[x].exports)\r\n .filter(x => x)) {\r\n if (m.default && m.default.getToken !== undefined) {\r\n return copy(m.default.getToken());\r\n }\r\n if (m.getToken !== undefined) {\r\n return copy(m.getToken());\r\n }\r\n }\r\n },\r\n]);\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\nCredit: [hxr404](https://github.com/hxr404/Discord-Console-hacks)\r\n\r\n## Links Discord.js\r\n\r\n- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))\r\n- [Documentation](https://discord.js.org/#/docs)\r\n- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))\r\n See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.\r\n- [discord.js Discord server](https://discord.gg/djs)\r\n- [Discord API Discord server](https://discord.gg/discord-api)\r\n- [GitHub](https://github.com/discordjs/discord.js)\r\n- [npm](https://www.npmjs.com/package/discord.js)\r\n- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)\r\n\r\n## Contributing Discord.js\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://discord.js.org/#/docs). \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\nContact me in Discord: [Shiraori#1782](https://discord.com/users/721746046543331449)\r\n\r\n## Credits\r\n- [Discord.js](https://github.com/discordjs/discord.js)\r\n- [Discord S.C.U.M](https://github.com/Merubokkusu/Discord-S.C.U.M)\r\n- [Discord Console Hack](https://github.com/hxr404/Discord-Console-hacks)\r\n- And the people who submitted the issue, colab, ...\r\n\r\n## Vietnamese\r\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.\r\n","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":20,"file":"BaseClient.js","path":"src/client"}},{"name":"rest","description":"The REST manager of the client","access":"private","type":[[["RESTManager"]]],"meta":{"line":27,"file":"BaseClient.js","path":"src/client"}},{"name":"api","description":"API shortcut","access":"private","readonly":true,"type":[[["Object"]]],"meta":{"line":36,"file":"BaseClient.js","path":"src/client"}}],"methods":[{"name":"destroy","description":"Destroys all assets used by the base client.","returns":[[["void"]]],"meta":{"line":44,"file":"BaseClient.js","path":"src/client"}},{"name":"incrementMaxListeners","description":"Increments max listeners by one, if they are not zero.","access":"private","meta":{"line":52,"file":"BaseClient.js","path":"src/client"}},{"name":"decrementMaxListeners","description":"Decrements max listeners by one, if they are not zero.","access":"private","meta":{"line":63,"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":77,"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":126,"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