回答編集履歴

1

message.author.idとしてたのをctx.author.idに修正

2021/12/07 03:36

投稿

peco_2282
peco_2282

スコア409

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```python
2
2
 
3
- men = message.author.id
3
+ men = ctx.author.id
4
4
 
5
5
  fetch_men = await client.fetch_user(men)
6
6