質問編集履歴

2

2020/11/12 11:42

投稿

Raifu
Raifu

スコア32

test CHANGED
@@ -1 +1 @@
1
- Discord botのbanコマンドにてエラー表示(実行自体は可能)
1
+ PythonのDiscord botエラー表示
test CHANGED
File without changes

1

2020/11/12 11:42

投稿

Raifu
Raifu

スコア32

test CHANGED
File without changes
test CHANGED
@@ -28,17 +28,11 @@
28
28
 
29
29
  ```
30
30
 
31
- Discord bot サーバーに接続中...
32
-
33
- Conncting Discord bot server...
34
-
35
- -----
36
-
37
31
  Discord botサーバーに正常接続しました
38
32
 
39
33
  Successfully server connected
40
34
 
41
- -----
35
+ ---
42
36
 
43
37
  Ignoring exception in command ban:
44
38
 
@@ -72,6 +66,8 @@
72
66
 
73
67
  raise CommandInvokeError(exc) from exc
74
68
 
75
- discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NameError: name 'user' is not defined```
69
+ discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NameError: name 'user' is not defined
70
+
71
+ ```
76
72
 
77
73
  BAN自体は実行可能、embedに異常ありと思われます