mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2024-12-23 10:47:08 +00:00
clean up imports
This commit is contained in:
parent
f6c3a7eef2
commit
87a6ef9cb7
23
src/index.ts
23
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(
|
||||
|
Loading…
Reference in New Issue
Block a user