回答編集履歴
1
self
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
@bot.event
|
6
6
|
|
7
|
-
async def on_command_error(
|
7
|
+
async def on_command_error(ctx, error):
|
8
8
|
|
9
9
|
if isinstance(error, commands.errors.MissingPermissions): #エラーの内容を判別
|
10
10
|
|