This package has been archived, and as such it is read-only.
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
williamhorning/lightninga typescript-based chatbot that supports bridging multiple platforms via plugins
@jersey/lightning
lightning is a typescript-based chatbot that supports bridging multiple chat apps via plugins
docs
example config
import type { config } from 'jsr:@jersey/lightning@0.7.4'; import { discord_plugin } from 'jsr:@jersey/lightning-plugin-discord@0.7.4'; export default { redis_host: 'localhost', redis_port: 6379, plugins: [ discord_plugin.new({ // ... }), ], } as config;
Built and signed on
GitHub Actions
Add Package
deno add jsr:@jersey/lightning
Import symbol
import * as lightning from "@jersey/lightning";
Import directly with a jsr specifier
import * as lightning from "jsr:@jersey/lightning";