回答編集履歴

1

脱字を修正

2019/10/06 05:08

投稿

coolwind0202
coolwind0202

スコア708

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```
2
2
 
3
- await message.author.remove(role)
3
+ await message.author.remove_roles(role)
4
4
 
5
5
  ```
6
6