The internal identifier of the bot. Since it is used for the actor URI, it should not be changed after the bot is federated.
If omitted, "bot"
will be used.
A framework for creating ActivityPub bots
The internal identifier of the bot. Since it is used for the actor URI, it should not be changed after the bot is federated.
If omitted, "bot"
will be used.
Add Package
deno add jsr:@fedify/botkit
Import symbol
import { type CreateBotOptions } from "@fedify/botkit/bot";
---- OR ----
Import directly with a jsr specifier
import { type CreateBotOptions } from "jsr:@fedify/botkit/bot";