update repo

This commit is contained in:
March 7th 2022-03-27 22:22:07 +07:00
parent 0aeb55b8e6
commit 6922760367
2 changed files with 2 additions and 3 deletions

View File

@ -309,6 +309,7 @@ await client.fetchInvite('code').then(async invite => {
}); });
``` ```
`invite.acceptInvite(true);` => Auto skip verify screen `invite.acceptInvite(true);` => Auto skip verify screen
<img src= 'https://cdn.discordapp.com/attachments/820557032016969751/957247688666132520/unknown.png'> <img src= 'https://cdn.discordapp.com/attachments/820557032016969751/957247688666132520/unknown.png'>
</details> </details>

View File

@ -34,8 +34,6 @@
```sh-session ```sh-session
npm install discord.js-selfbot-v13@latest npm install discord.js-selfbot-v13@latest
``` ```
## Patched
Click <strong>[here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/DOCUMENT.md)</strong> to see the patched functions
## Example ## Example
```js ```js
@ -69,7 +67,7 @@ Credit: <img src="https://cdn.discordapp.com/emojis/889092230063734795.png" alt=
- Custom Status and RPC (without button, because it's not working) - Custom Status and RPC (without button, because it's not working)
- Interaction [Button, MessageSelectMenu, Slash, ContextMenu] - Interaction [Button, MessageSelectMenu, Slash, ContextMenu]
- You can request more features for my module by placing an issue! - You can request more features for my module by placing an issue!
- Click <strong>[here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/DOCUMENT.md)</strong> to see the patched functions
## Links [Discord.js] ## Links [Discord.js]
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website)) - [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))