From a28ac7f3a6af718777df88d96cdd7b2fa2c81eee Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Tue, 3 Feb 2026 13:44:28 +0300 Subject: [PATCH] change ChatGPT -> OpenAI in OpenAIChat chat command --- src/commands/openai-chat.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/openai-chat.ts b/src/commands/openai-chat.ts index 1b08b86..dc21975 100644 --- a/src/commands/openai-chat.ts +++ b/src/commands/openai-chat.ts @@ -19,8 +19,8 @@ export class OpenAIChat extends ChatCommand { requirements = Requirements.Build(Requirement.BOT_CREATOR); - title = "/chatGPT"; - description = "Chat with AI (ChatGPT)"; + title = "/openAI"; + description = "Chat with AI (OpenAI)"; async execute(msg: Message, match?: RegExpExecArray): Promise { console.log("OpenAI Chat: ", match);