From 126bebb40bf318f4d92e57f4ae08ee81afccf985 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Wed, 18 Mar 2026 13:43:56 +0300 Subject: [PATCH] add "imgen" option to OpenAiGenImage command --- src/commands/openai-gen-image.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/openai-gen-image.ts b/src/commands/openai-gen-image.ts index b39e445..b559115 100644 --- a/src/commands/openai-gen-image.ts +++ b/src/commands/openai-gen-image.ts @@ -10,7 +10,7 @@ import {Environment} from "../common/environment"; import {APIError} from "openai"; export class OpenAIGenImage extends ChatCommand { - command = ["openAiGenImage", "chatGPTGenImage"]; + command = ["openAiGenImage", "chatGPTGenImage", "imgen"]; title = "/openAIGenImage"; description = "Generate image from OpenAI";