Skip to main content
Home
This package has been archived, and as such it is read-only.

Built and signed on GitHub Actions

a plugin for lightning that adds support for guilded

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a year ago (0.7.4)

lightning-plugin-guilded

lightning-plugin-guilded is a plugin for lightning that adds support for telegram

example config

import type { config } from 'jsr:@jersey/lightning@0.7.4';
import { guilded_plugin } from 'jsr:@jersey/lightning-plugin-guilded@0.7.4';

export default {
	redis_host: 'localhost',
	redis_port: 6379,
	plugins: [
		guilded_plugin.new({
			token: 'your_token',
		}),
	],
} as config;
Built and signed on
GitHub Actions

New Ticket: 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:@jersey/lightning-plugin-guilded

Import symbol

import * as lightning_plugin_guilded from "@jersey/lightning-plugin-guilded";
or

Import directly with a jsr specifier

import * as lightning_plugin_guilded from "jsr:@jersey/lightning-plugin-guilded";

Add Package

pnpm i jsr:@jersey/lightning-plugin-guilded
or (using pnpm 10.8 or older)
pnpm dlx jsr add @jersey/lightning-plugin-guilded

Import symbol

import * as lightning_plugin_guilded from "@jersey/lightning-plugin-guilded";

Add Package

yarn add jsr:@jersey/lightning-plugin-guilded
or (using Yarn 4.8 or older)
yarn dlx jsr add @jersey/lightning-plugin-guilded

Import symbol

import * as lightning_plugin_guilded from "@jersey/lightning-plugin-guilded";

Add Package

vlt install jsr:@jersey/lightning-plugin-guilded

Import symbol

import * as lightning_plugin_guilded from "@jersey/lightning-plugin-guilded";

Add Package

npx jsr add @jersey/lightning-plugin-guilded

Import symbol

import * as lightning_plugin_guilded from "@jersey/lightning-plugin-guilded";

Add Package

bunx jsr add @jersey/lightning-plugin-guilded

Import symbol

import * as lightning_plugin_guilded from "@jersey/lightning-plugin-guilded";