juni-b-queer / bsky-event-handlers

Typescript based framework for building Bluesky bots. Designed to be easily extendable, this bot framework can be used to make almost any bot you could want.
20 stars 0 forks source link

New Action to Follow user #49

Closed juni-b-queer closed 2 months ago

juni-b-queer commented 4 months ago

There are no actions for following and unfollowing users, this should be fairly simple, similar to #48

class FollowUserAction extends AbstractMessageAction class unfollowUserAction extends AbstractMessageAction

I'll need to be able to provide a parameter to be able to determine who is being followed, by default it will use message.did

juni-b-queer commented 4 months ago

Pushing off until #52 is done

juni-b-queer commented 2 months ago

Basically handled by #61 / #68 But for following, be able to default to message.did