From cbb076fa1ceb3dc08a89d8a0452ae144c067297e Mon Sep 17 00:00:00 2001 From: Juni Date: Wed, 11 Dec 2024 15:50:44 -0600 Subject: [PATCH] remove goodbot handler, no need. --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index bb2102f..bd1d841 100644 --- a/src/index.ts +++ b/src/index.ts @@ -50,8 +50,7 @@ let handlers = { LogInputTextAction.make("Post") ], testAgent - ), - GoodBotHandler.make(testAgent) + ) ] }, like: {