From 87a6ef9cb71d30d536d34eb9697853425b5e0dce Mon Sep 17 00:00:00 2001 From: Juni Date: Wed, 11 Dec 2024 19:33:36 -0600 Subject: [PATCH] clean up imports --- src/index.ts | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/index.ts b/src/index.ts index 1f69c7e..d18ef3f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,24 +1,13 @@ import { - BadBotHandler, - CreateSkeetHandler, - DebugLog, - GoodBotHandler, - HandlerAgent, - InputEqualsValidator, - JetstreamSubscription, - LogMessageAction, - ReplyingToBotValidator, - MessageHandler, - IntervalSubscription, - IntervalSubscriptionHandlers, - AbstractHandler, - IsSpecifiedTimeValidator, - CreateSkeetAction, ActionTakenByUserValidator, - LogInputTextAction, + CreateSkeetAction, + DebugLog, + HandlerAgent, JetstreamEventCommit, JetstreamSubject, - JetstreamRecord, TestValidator + JetstreamSubscription, + LogInputTextAction, + MessageHandler } from 'bsky-event-handlers'; const testAgent = new HandlerAgent(