diff --git a/Document/Guild.md b/Document/Guild.md index 8c71af8..1617e2b 100644 --- a/Document/Guild.md +++ b/Document/Guild.md @@ -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() ``` @@ -82,4 +84,4 @@ await guild.setCommunity(true); // Disable await guild.setCommunity(false); ``` - \ No newline at end of file +