回答編集履歴

1

書き方変更

2020/11/07 09:43

投稿

xCorePython
xCorePython

スコア7

test CHANGED
@@ -1,3 +1,7 @@
1
+ ```Python
2
+
1
3
  vchannel = await client.get_channel(message.author.voice.channel)
2
4
 
5
+ vchannel.connect()
6
+
3
- vchannel.connect()に修正してみてください。おそらく出来ます。
7
+ ```上のように修正してみてください。おそらく出来ます。