SleeplessOne1917/lemmy-bot

BotAction to follow a community

FireMasterK opened this issue · 0 comments

This is a feature request, it should already be possible since the code already has this:

lemmy-bot/src/bot.ts

Lines 492 to 496 in 9dfaa18

return this.#httpClient.followCommunity({
auth: this.#auth ?? '',
community_id,
follow: true
});