UNPKG

n8n-nodes-discord-self

Version:

n8n community nodes for Discord selfbot via discord.js-selfbot-v13 (use at your own risk)

8 lines (7 loc) 292 B
import type { INodeType, INodeTypeDescription, ITriggerFunctions } from 'n8n-workflow'; export declare class DiscordSelfTrigger implements INodeType { description: INodeTypeDescription; trigger(this: ITriggerFunctions): Promise<{ closeFunction: () => Promise<void>; }>; }