Skip to content

Commit

Permalink
rename bot
Browse files Browse the repository at this point in the history
  • Loading branch information
juni-b-queer committed May 6, 2024
1 parent 389520d commit fcb9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const lieDetectorHandlerAgent = new HandlerAgent(
);

const magic8BallHandlerAgent = new HandlerAgent(
'megic-eight-ball-bot',
'magic-eight-ball-bot',
<string>Bun.env.MAGIC_BOT_BSKY_HANDLE,
<string>Bun.env.MAGIC_BOT_BSKY_PASSWORD
);
Expand Down

0 comments on commit fcb9f45

Please sign in to comment.