回答編集履歴
1
脱字を修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
```
|
2
|
-
await message.author.
|
2
|
+
await message.author.remove_roles(role)
|
3
3
|
```
|
4
4
|
です
|