From 8b3d31a936eb3061066187000e2080e4c50a7265 Mon Sep 17 00:00:00 2001 From: The Kraken Date: Sun, 7 Dec 2025 04:27:17 -0800 Subject: [PATCH] Add Kraken Discord Bot custom node (#2358) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d427b31c..68f43e36 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38159,6 +38159,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "krakenunbound", + "title": "Kraken Discord Bot", + "id": "kraken-discord-bot", + "reference": "https://github.com/krakenunbound/kraken-discord-bot", + "files": [ + "https://github.com/krakenunbound/kraken-discord-bot" + ], + "install_type": "git-clone", + "description": "All-in-one Discord bot node for AI image generation. Simple setup - just add token, select model, and queue. Includes style presets, rate limiting, and queue management." } ] }