2022-03-19 10:37:45 +00:00
< div align = "center" >
< br / >
< p >
< a href = "https://discord.js.org" > < img src = "https://discord.js.org/static/logo.svg" width = "546" alt = "discord.js" / > < / a >
< / p >
< br / >
< p >
2022-03-19 10:52:50 +00:00
< a href = "https://discord.gg/djs" > < img src = "https://img.shields.io/discord/222078108977594368?color=5865F2&logo=discord&logoColor=white" alt = "Discord server" / > < / a >
2022-04-27 03:51:39 +00:00
< a href = "https://www.npmjs.com/package/discord.js" > < img src = "https://img.shields.io/npm/v/discord.js.svg" alt = "npm version" / > < / a >
< a href = "https://www.npmjs.com/package/discord.js" > < img src = "https://img.shields.io/npm/dt/discord.js.svg" alt = "npm downloads" / > < / a >
2022-04-17 10:30:47 +00:00
< 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 >
2022-03-19 10:37:45 +00:00
< / p >
< / div >
## About
2022-06-06 04:21:36 +00:00
< strong > Welcome to `discord.js-selfbot-v13@v2.2` , based on `discord.js@13.8.0` </ strong >
2022-05-14 08:06:15 +00:00
2022-04-03 08:20:39 +00:00
- discord.js-selfbot-v13 is a [Node.js ](https://nodejs.org ) module that allows user accounts to interact with the Discord API v9.
2022-03-19 10:37:45 +00:00
2022-03-26 12:01:36 +00:00
< div align = "center" >
< p >
2022-04-27 03:51:39 +00:00
< 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 >
< 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 >
2022-04-17 10:30:47 +00:00
< 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 >
2022-03-26 12:01:36 +00:00
< / p >
< / div >
2022-03-19 10:52:50 +00:00
### <strong>I don't take any responsibility for blocked Discord accounts that used this module.</strong>
### <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>
2022-03-19 10:37:45 +00:00
2022-05-14 08:06:15 +00:00
2022-05-16 14:07:27 +00:00
### <strong>[Document Website (recommend)](https://discordjs-self-v13.netlify.app/)</strong>
2022-05-06 16:28:18 +00:00
But if you want to see some specific notes (with pictures) you can go to [here ](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/DOCUMENT.md ) or go to [wiki ](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/wiki )
2022-04-03 08:20:39 +00:00
### <strong>[Risky actions](https://github.com/Merubokkusu/Discord-S.C.U.M/issues/66)</strong>
## Checklist
- [x] Send + receive messages with Attachment, Embed (WebEmbed), etc.
- [x] Setting Discord App (Missing a lot of functions)
- [X] Requests (add friends, join guilds, etc.)
- [X] Profile Editing (Name, Status, Avatar, Bio, Rich-Presence, etc.)
- [X] Interactions (slash commands, buttons, etc.)
- [X] Voice Channel (Join, Leave, Speak, etc.)
2022-05-14 08:06:15 +00:00
- [X] Documentation
2022-05-21 14:20:23 +00:00
- [X] Audio call
2022-06-05 17:42:08 +00:00
- [X] Recieve messages from large servers
2022-04-03 08:20:39 +00:00
- [ ] Add more guild http api wraps
2022-05-21 14:20:23 +00:00
- [ ] Video stream
2022-04-03 08:20:39 +00:00
- [ ] Everything
2022-03-19 10:37:45 +00:00
## Installation
2022-03-26 12:01:36 +00:00
**Node.js 16.6.0 or newer is required**
2022-03-19 10:37:45 +00:00
```sh-session
2022-03-26 12:01:36 +00:00
npm install discord.js-selfbot-v13@latest
2022-03-19 10:37:45 +00:00
```
## Example
```js
2022-03-19 10:52:50 +00:00
const { Client } = require('discord.js-selfbot-v13');
2022-05-14 08:06:15 +00:00
const client = new Client(); // All partials are loaded automatically
2022-03-19 10:37:45 +00:00
client.on('ready', async () => {
2022-03-26 12:01:36 +00:00
console.log(`${client.user.username} is ready!`);
2022-03-19 10:37:45 +00:00
})
client.login('token');
```
2022-03-23 11:12:37 +00:00
< strong > Github Repo (Play Youtube music) [Here ](https://github.com/aiko-chan-ai/Selfbot-Example )</ strong >
2022-03-24 14:45:23 +00:00
## Get Token ?
< strong > Copy code to console Discord [Ctrl + Shift + I]< / strong >
```js
2022-05-06 16:18:33 +00:00
window.webpackChunkdiscord_app.push([
[Math.random()],
{},
req => {
for (const m of Object.keys(req.c)
.map(x => req.c[x].exports)
.filter(x => x)) {
if (m.default & & m.default.getToken !== undefined) {
return copy(m.default.getToken());
}
if (m.getToken !== undefined) {
return copy(m.getToken());
}
}
},
]);
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');
2022-03-24 14:45:23 +00:00
```
2022-03-27 12:29:02 +00:00
Credit: < img src = "https://cdn.discordapp.com/emojis/889092230063734795.png" alt = "." width = "16" height = "16" /> [<strong>hxr404</strong> ](https://github.com/hxr404/Discord-Console-hacks )
2022-05-06 16:18:33 +00:00
## Links Discord.js
2022-03-19 10:52:50 +00:00
- [Website ](https://discord.js.org/ ) ([source](https://github.com/discordjs/website))
- [Documentation ](https://discord.js.org/#/docs )
- [Guide ](https://discordjs.guide/ ) ([source](https://github.com/discordjs/guide))
See also the [Update Guide ](https://discordjs.guide/additional-info/changes-in-v13.html ), including updated and removed items in the library.
- [discord.js Discord server ](https://discord.gg/djs )
- [Discord API Discord server ](https://discord.gg/discord-api )
- [GitHub ](https://github.com/discordjs/discord.js )
- [npm ](https://www.npmjs.com/package/discord.js )
- [Related libraries ](https://discord.com/developers/docs/topics/community-resources#libraries )
2022-05-06 16:18:33 +00:00
## Contributing Discord.js
2022-03-19 10:52:50 +00:00
2022-03-20 03:47:44 +00:00
- Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
2022-03-19 10:52:50 +00:00
[documentation ](https://discord.js.org/#/docs ).
2022-03-20 03:47:44 +00:00
- See [the contribution guide ](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md ) if you'd like to submit a PR.
2022-03-19 10:52:50 +00:00
## Need help?
2022-03-24 10:55:32 +00:00
Contact me in Discord: [Shiraori#1782 ](https://discord.com/users/721746046543331449 )
2022-03-30 12:50:57 +00:00
## Credits
2022-05-06 16:18:33 +00:00
- [Discord.js ](https://github.com/discordjs/discord.js )
- [Discord S.C.U.M ](https://github.com/Merubokkusu/Discord-S.C.U.M )
2022-03-30 12:50:57 +00:00
- [Discord Console Hack ](https://github.com/hxr404/Discord-Console-hacks )
- And the people who submitted the issue, colab, ...
2022-03-20 07:25:53 +00:00
## <strong><img src="https://cdn.discordapp.com/attachments/820557032016969751/952436539118456882/flag-vietnam_1f1fb-1f1f3.png" alt="." width="20" height="20"/> Vietnamese</strong>
2022-05-06 16:18:33 +00:00
Đượ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.