From ae7b7b0bfb47484adeca74b00fc9ddd51174588a Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 21 May 2022 23:49:41 +0700 Subject: [PATCH] Update Guild.md --- Document/Guild.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +