Skip to main content
Home
This release is 5 versions behind 0.3.1 — the latest version of @fedify/botkit. Jump to latest

@fedify/botkit@0.2.0-dev.84+c997c6a6
Built and signed on GitHub Actions

Works with
This package works with Deno
This package works with Deno
JSR Score88%
Downloads25/wk
Published9 months ago (0.2.0-dev.84+c997c6a6)

A framework for creating ActivityPub bots

method AuthorizedReaction.unreact
AuthorizedReaction.unreact(): Promise<void>

Undoes the reaction.

If the reaction is already undone, this method does nothing.

Return Type

Promise<void>

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/botkit

Import symbol

import { type AuthorizedReaction } from "@fedify/botkit/reaction";
or

Import directly with a jsr specifier

import { type AuthorizedReaction } from "jsr:@fedify/botkit/reaction";