質問編集履歴

1

デコレータを忘れているという回答をいただき、追記しました。もともとのコードにはデコレータは書いていましたが、コピペし忘れていたようです。

2021/07/11 05:15

投稿

kento15
kento15

スコア0

test CHANGED
File without changes
test CHANGED
@@ -63,6 +63,8 @@
63
63
  return "OK"
64
64
 
65
65
 
66
+
67
+ @handler.add(FollowEvent)
66
68
 
67
69
  def handle_follow(event):
68
70