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";