回答編集履歴
1
修正
test
CHANGED
@@ -7,6 +7,12 @@
|
|
7
7
|
```python
|
8
8
|
|
9
9
|
import asyncio
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
# =====================================
|
14
|
+
|
15
|
+
|
10
16
|
|
11
17
|
async with message.channel.typing():
|
12
18
|
|