Update Guild.md

This commit is contained in:
March 7th 2022-05-21 23:49:41 +07:00 committed by GitHub
parent 83275d33c7
commit ae7b7b0bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,8 @@ await groupDM.removeMember(user);
/* Text Channel not Bulk delete */
await groupDM.send('Hello World');
await groupDM.delete(); // Leave
/* Voice Channel */
await groupDM.call()
```
</details>
@ -82,4 +84,4 @@ await guild.setCommunity(true);
// Disable
await guild.setCommunity(false);
```
</details>
</details>