質問編集履歴
1
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
すべてのコメントを順番通りに読み上げさせたいのですがどうしたらいいでしょうか?
|
4
4
|
|
5
5
|
### 該当のソースコード
|
6
|
-
|
6
|
+
```python
|
7
7
|
@client.event
|
8
8
|
async def on_message(message):
|
9
9
|
global channelid, namedtoggle
|
@@ -22,4 +22,5 @@
|
|
22
22
|
message.guild.voice_client.play(source)
|
23
23
|
else:
|
24
24
|
pass
|
25
|
-
await client.process_commands(message)
|
25
|
+
await client.process_commands(message)
|
26
|
+
```
|