Skip to main content

Built and signed on GitHub Actions

a plugin for lightning that adds support for discord

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
2 months ago (0.7.4)

lightning-plugin-discord

lightning-plugin-discord is a plugin for lightning that adds support for discord

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({
			app_id: 'your_application_id',
			token: 'your_token',
			slash_cmds: false,
		}),
	],
} as config;
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@jersey/lightning-plugin-discord

Import symbol

import * as mod from "@jersey/lightning-plugin-discord";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@jersey/lightning-plugin-discord";

Add Package

npx jsr add @jersey/lightning-plugin-discord

Import symbol

import * as mod from "@jersey/lightning-plugin-discord";

Add Package

yarn dlx jsr add @jersey/lightning-plugin-discord

Import symbol

import * as mod from "@jersey/lightning-plugin-discord";

Add Package

pnpm dlx jsr add @jersey/lightning-plugin-discord

Import symbol

import * as mod from "@jersey/lightning-plugin-discord";

Add Package

bunx jsr add @jersey/lightning-plugin-discord

Import symbol

import * as mod from "@jersey/lightning-plugin-discord";