change ChatGPT -> OpenAI in OpenAIChat chat command

This commit is contained in:
2026-02-03 13:44:28 +03:00
parent cf91f26ac9
commit a28ac7f3a6
+2 -2
View File
@@ -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<void> {
console.log("OpenAI Chat: ", match);