質問編集履歴

1

誤字を修正しました。

2020/07/22 01:43

投稿

crepscolo
crepscolo

スコア1

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  try:
54
54
 
55
- reaction, user = await client.wait_for('reaction_add', timeout=60.0, check=check_emj)
55
+ reaction, user = await bot.wait_for('reaction_add', timeout=60.0, check=check_emj)
56
56
 
57
57
  except asyncio.TimeoutError:
58
58