2023-02-21 09:25:01 +00:00
|
|
|
{"meta":{"generator":"0.11.1","format":20,"date":1676971457953},"custom":{"general":{"name":"General","files":{"welcome":{"name":"Welcome","type":"md","content":"<div align=\"center\">\n <br />\n <p>\n <a href=\"https://discord.js.org\"><img src=\"https://discord.js.org/static/logo.svg\" width=\"546\" alt=\"discord.js\" /></a>\n </p>\n <br />\n <p>\n <a href=\"https://discord.gg/djs\"><img src=\"https://img.shields.io/discord/222078108977594368?color=5865F2&logo=discord&logoColor=white\" alt=\"Discord server\" /></a>\n <a href=\"https://www.npmjs.com/package/discord.js\"><img src=\"https://img.shields.io/npm/v/discord.js.svg\" alt=\"npm version\" /></a>\n <a href=\"https://www.npmjs.com/package/discord.js\"><img src=\"https://img.shields.io/npm/dt/discord.js.svg\" alt=\"npm downloads\" /></a>\n <a href=\"https://github.com/discordjs/discord.js/actions\"><img src=\"https://github.com/discordjs/discord.js/actions/workflows/test.yml/badge.svg\" alt=\"Tests status\" /></a>\n </p>\n</div>\n\n## About\n\n<strong>Welcome to `discord.js-selfbot-v13@v2.10`, based on `discord.js@13.12`</strong>\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<div align=\"center\">\n <p>\n <a href=\"https://www.npmjs.com/package/discord.js-selfbot-v13\"><img src=\"https://img.shields.io/npm/v/discord.js-selfbot-v13.svg\" alt=\"npm version\" /></a>\n <a href=\"https://www.npmjs.com/package/discord.js-selfbot-v13\"><img src=\"https://img.shields.io/npm/dt/discord.js-selfbot-v13.svg\" alt=\"npm downloads\" /></a>\n <a href=\"https://github.com/aiko-chan-ai/discord.js-selfbot-v13/actions\"><img src=\"https://github.com/aiko-chan-ai/discord.js-selfbot-v13/actions/workflows/lint.yml/badge.svg\" alt=\"Tests status\" /></a>\n </p>\n</div>\n\n### <strong>I don't take any responsibility for blocked Discord accounts that used this module.</strong>\n### <strong>Using this on a user account is prohibited by the [Discord TOS](https://discord.com/terms) and can lead to the account block.</strong>\n\n### <strong>[Document Website (recommend)](https://discordjs-self-v13.netlify.app/)</strong>\n\n### <strong>[Extend Document (With Example)](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/tree/main/Document)</strong>\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\n<strong>Run code (Discord Console - [Ctrl + Shift + I])</strong>\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: <img src=\"https://cdn.discordapp.c
|