- Auto verify member
- Update Document
This commit is contained in:
March 7th
2022-03-26 19:01:36 +07:00
parent 9997e3db54
commit 8d29c63cb6
4 changed files with 34 additions and 13 deletions

View File

@@ -299,9 +299,11 @@ await client.user.setHypeSquad('HOUSE_BALANCE');
```js
await client.fetchInvite('code').then(async invite => {
await invite.acceptInvite();
await invite.acceptInvite(true);
});
```
`invite.acceptInvite(true);` => Auto skip verify screen
<img src= 'https://cdn.discordapp.com/attachments/820557032016969751/957247688666132520/unknown.png'>
</details>
## More features