回答編集履歴
2
引用
test
CHANGED
@@ -4,4 +4,10 @@
|
|
4
4
|
|
5
5
|
[on_message を使うとコマンドが動作しなくなります。どうしてですか。](https://discordpy.readthedocs.io/ja/latest/faq.html#why-does-on-message-make-my-commands-stop-working)
|
6
6
|
|
7
|
+
> デフォルトで提供されている on_message をオーバーライドすると、コマンドが実行されなくなります。これを修正するには on_message の最後に bot.process_commands(message) を追加してみてください。
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
7
13
|
これを試してみてください。
|
1
書き途中だったのを修正
test
CHANGED
@@ -4,4 +4,4 @@
|
|
4
4
|
|
5
5
|
[on_message を使うとコマンドが動作しなくなります。どうしてですか。](https://discordpy.readthedocs.io/ja/latest/faq.html#why-does-on-message-make-my-commands-stop-working)
|
6
6
|
|
7
|
-
これを
|
7
|
+
これを試してみてください。
|