{"meta":{"generator":"0.11.1","format":20,"date":1705233676666},"custom":{"general":{"name":"General","files":{"welcome":{"name":"Welcome","type":"md","content":"<div align=\"center\">\r\n <br />\r\n <p>\r\n <a href=\"https://discord.js.org\"><img src=\"https://discord.js.org/static/logo.svg\" width=\"546\" alt=\"discord.js\" /></a>\r\n </p>\r\n <br />\r\n <p>\r\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>\r\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>\r\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>\r\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>\r\n </p>\r\n</div>\r\n\r\n## About\r\n\r\n<strong>Welcome to `discord.js-selfbot-v13@v3.0`, based on `discord.js@13.17`</strong>\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<div align=\"center\">\r\n <p>\r\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>\r\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>\r\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>\r\n</p>\r\n</div>\r\n\r\n###<strong>Idon'ttakeanyresponsibilityforblockedDiscordaccountsthatusedthismodule.</strong>\r\n###<strong>Usingthisonauseraccountisprohibitedbythe[DiscordTOS](https://discord.com/terms) and can lead to the account block.</strong>\r\n\r\n## Project Status\r\n\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### <strong>[Document Website](https://discordjs-self-v13.netlify.app/)</strong>\r\n\r\n### <strong>[Example Code](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/tree/main/examples)</strong>\r\n\r\n## Features (User)\r\n- [x] Message: Embeds (WebEmbed)\r\n- [x] User: Status, Activity, RemoteAuth, etc.\r\n- [X] Guild: Fetch Members, Join / Leave, Top emojis, ...\r\n- [X] Interactions: Slash Commands, Buttons, Menu, Modal\r\n- [X] Captcha Handler (2captcha, capmonster, custom)\r\n- [X] Documentation\r\n- [x] Voice & [Video stream](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/issues/293)\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> Recommended Node.js version: 18+ (LTS)\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<strong>Run code (Discord Console - [Ctrl + Shift + I])</strong>\r\n\r\n```js\r\nwindow.webpackChunkdiscord_app.push([\r\n [Math.random()],\r\n {},\r\n req => {\r\n if (!req.c) return;\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 !== unde