回答編集履歴
1
:
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
if word is True:
|
16
16
|
|
17
|
-
if message.content == list_2
|
17
|
+
if message.content == list_2:
|
18
18
|
|
19
19
|
await message.channel.send("hi")
|
20
20
|
|