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

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>